#CF0CBA

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

Shades of Deep Magenta #CF0CBA

Tints of Deep Magenta #CF0CBA

Color information

#CF0CBA (or 0xCF0CBA) is unknown color: approx Deep Magenta. HEX triplet: CF, 0C and BA. RGB value is (207,12,186). Sum of RGB (Red+Green+Blue) = 207+12+186=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CBA is #30F345. Grayscale: #595959. Windows color (decimal): -3208006 or 12192975. OLE color: 12192975.

HSL color Cylindrical-coordinate representation of color #CF0CBA: hue angle of 306.46º 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 #CF0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20712186-
CMYK00.940.100.19
HSL306.46º89.04%42.94%-
HSV(B)306.46º94.2%81.18%-
XYZ34.7317.0747.92-
YUV90.14182.1211.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 12 (5.08% from 255) = 2.96%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=51.11%
G=2.96%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071218600.940.100.19306.4689.0442.94
HexCFCBA05EA13132592b
Octal317142720136122346213153
Binary11001111110010111010010111101010100111001100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0CBA; }

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

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

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

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

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

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

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

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