#CF3CD3

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

Shades of Fuchsia #CF3CD3

Tints of Fuchsia #CF3CD3

Color information

#CF3CD3 (or 0xCF3CD3) is unknown color: approx Fuchsia. HEX triplet: CF, 3C and D3. RGB value is (207,60,211). Sum of RGB (Red+Green+Blue) = 207+60+211=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF3CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CD3 is #30C32C. Grayscale: #787878. Windows color (decimal): -3195693 or 13843663. OLE color: 13843663.

HSL color Cylindrical-coordinate representation of color #CF3CD3: hue angle of 298.41º degrees, saturation: 0.63, 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 #CF3CD3 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20760211-
CMYK0.020.7200.17
HSL298.41º63.18%53.14%-
HSV(B)298.41º71.56%82.75%-
XYZ39.1121.263.66-
YUV121.17178.7189.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 60 (23.83% from 255) = 12.55%
BLUE value IS 211 (82.81% from 255) = 44.14%
R=43.31%
G=12.55%
B=44.14%

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
Decimal207602110.020.7200.17298.4163.1853.14
HexCF3CD324801112a3f35
Octal3177432321100214527765
Binary1100111111110011010011101001000010001100101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3CD3; }

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

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

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

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

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

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

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

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