#CF42D2

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

Shades of Fuchsia #CF42D2

Tints of Fuchsia #CF42D2

Color information

#CF42D2 (or 0xCF42D2) is unknown color: approx Fuchsia. HEX triplet: CF, 42 and D2. RGB value is (207,66,210). Sum of RGB (Red+Green+Blue) = 207+66+210=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF42D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42D2 is #30BD2D. Grayscale: #7C7C7C. Windows color (decimal): -3194158 or 13779663. OLE color: 13779663.

HSL color Cylindrical-coordinate representation of color #CF42D2: hue angle of 298.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF42D2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20766210-
CMYK0.010.6900.18
HSL298.75º61.54%54.12%-
HSV(B)298.75º68.57%82.35%-
XYZ39.3121.8163.11-
YUV124.57176.21186.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 13.66%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=42.86%
G=13.66%
B=43.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207662100.010.6900.18298.7561.5454.12
HexCF42D214501212b3e36
Octal31710232211050224537666
Binary1100111110000101101001011000101010010100101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF42D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF42D2; }

 p { color: rgb(207,66,210); }

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

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

 a { background-color: rgb(207,66,210); }

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

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

 span { border-color: rgb(207,66,210); }

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