#cf3cd4

Color #CF3CD4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CF3CD4

Tints of Fuchsia #CF3CD4

Color information

#CF3CD4 (or 0xCF3CD4) is unknown color: approx Fuchsia. HEX triplet: CF, 3C and D4. RGB value is (207,60,212). Sum of RGB (Red+Green+Blue) = 207+60+212=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF3CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CD4 is #30C32B. Grayscale: #787878. Windows color (decimal): -3195692 or 13909199. OLE color: 13909199.

HSL color Cylindrical-coordinate representation of color #CF3CD4: hue angle of 298.03º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3CD4 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20760212-
CMYK0.020.7200.17
HSL298.03º63.87%53.33%-
HSV(B)298.03º71.7%83.14%-
XYZ39.2321.2564.32-
YUV121.28179.2189.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 60 (23.83% from 255) = 12.53%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=43.22%
G=12.53%
B=44.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207602120.020.7200.17298.0363.8753.33
HexCF3CD424801112a4035
Octal31774324211002145210065
Binary11001111111100110101001010010000100011001010101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3cd4; }

 p { color: rgb(207,60,212); }

 H1.HeaderClassName
 {
   color: #cf3cd4;
 }
 .AnyTagClassName
 {
   color: #cf3cd4;
 }
</style>
background-color css

<style>
 a { background-color: #cf3cd4; }

 a { background-color: rgb(207,60,212); }

 div.DivClassName
 {
   background-color: #cf3cd4;
 }
 .BgClassName
 {
   background-color: #cf3cd4;
 }
</style>
border-color css

<style>
 span { border-color: #cf3cd4; }

 span { border-color: rgb(207,60,212); }

 td.TdClassName
 {
   border-color: #cf3cd4;
 }
 .TagClassName
 {
   border-color: #cf3cd4;
 }
</style>