#CF32CA

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

Shades of Fuchsia #CF32CA

Tints of Fuchsia #CF32CA

Color information

#CF32CA (or 0xCF32CA) is unknown color: approx Fuchsia. HEX triplet: CF, 32 and CA. RGB value is (207,50,202). Sum of RGB (Red+Green+Blue) = 207+50+202=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32CA is #30CD35. Grayscale: #717171. Windows color (decimal): -3198262 or 13251279. OLE color: 13251279.

HSL color Cylindrical-coordinate representation of color #CF32CA: hue angle of 301.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32CA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20750202-
CMYK00.760.020.19
HSL301.91º62.06%50.39%-
HSV(B)301.91º75.85%81.18%-
XYZ37.5319.8157.72-
YUV114.27177.51194.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 50 (19.92% from 255) = 10.89%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=45.10%
G=10.89%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075020200.760.020.19301.9162.0650.39
HexCF32CA04C21312e3e32
Octal3176231201142234567662
Binary1100111111001011001010010011001010011100101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF32CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF32CA; }

 p { color: rgb(207,50,202); }

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

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

 a { background-color: rgb(207,50,202); }

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

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

 span { border-color: rgb(207,50,202); }

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