#CF0CAA

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

Shades of Deep Magenta #CF0CAA

Tints of Deep Magenta #CF0CAA

Color information

#CF0CAA (or 0xCF0CAA) is unknown color: approx Deep Magenta. HEX triplet: CF, 0C and AA. RGB value is (207,12,170). Sum of RGB (Red+Green+Blue) = 207+12+170=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0CAA is #30F355. Grayscale: #575757. Windows color (decimal): -3208022 or 11144399. OLE color: 11144399.

HSL color Cylindrical-coordinate representation of color #CF0CAA: hue angle of 311.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CAA is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB20712170-
CMYK00.940.180.19
HSL311.38º89.04%42.94%-
HSV(B)311.38º94.2%81.18%-
XYZ33.1216.4339.46-
YUV88.32174.1212.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=53.21%
G=3.08%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071217000.940.180.19311.3889.0442.94
HexCFCAA05E1213137592b
Octal317142520136222346713153
Binary110011111100101010100101111010010100111001101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0CAA; }

 p { color: rgb(207,12,170); }

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

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

 a { background-color: rgb(207,12,170); }

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

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

 span { border-color: rgb(207,12,170); }

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