#CF42B9

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

Shades of Fuchsia #CF42B9

Tints of Fuchsia #CF42B9

Color information

#CF42B9 (or 0xCF42B9) is unknown color: approx Fuchsia. HEX triplet: CF, 42 and B9. RGB value is (207,66,185). Sum of RGB (Red+Green+Blue) = 207+66+185=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42B9 is #30BD46. Grayscale: #797979. Windows color (decimal): -3194183 or 12141263. OLE color: 12141263.

HSL color Cylindrical-coordinate representation of color #CF42B9: hue angle of 309.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42B9 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20766185-
CMYK00.680.110.19
HSL309.36º59.49%53.53%-
HSV(B)309.36º68.12%81.18%-
XYZ36.4420.6647.97-
YUV121.72163.71188.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 66 (26.17% from 255) = 14.41%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=45.20%
G=14.41%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076618500.680.110.19309.3659.4953.53
HexCF42B9044B131353b36
Octal317102271010413234657366
Binary1100111110000101011100101000100101110011100110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF42B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF42B9; }

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

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

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

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

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

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

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

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