#CF32D1

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

Shades of Fuchsia #CF32D1

Tints of Fuchsia #CF32D1

Color information

#CF32D1 (or 0xCF32D1) is unknown color: approx Fuchsia. HEX triplet: CF, 32 and D1. RGB value is (207,50,209). Sum of RGB (Red+Green+Blue) = 207+50+209=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF32D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32D1 is #30CD2E. Grayscale: #727272. Windows color (decimal): -3198255 or 13710031. OLE color: 13710031.

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

Color convert

RGB20750209-
CMYK0.010.7600.18
HSL299.25º63.35%50.78%-
HSV(B)299.25º76.08%81.96%-
XYZ38.3820.1562.19-
YUV115.07181.01193.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 50 (19.92% from 255) = 10.73%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=44.42%
G=10.73%
B=44.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207502090.010.7600.18299.2563.3550.78
HexCF32D114C01212b3f33
Octal3176232111140224537763
Binary110011111100101101000111001100010010100101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF32D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF32D1; }

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

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

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

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

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

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

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

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