#cf0dc8

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

Shades of Deep Magenta #CF0DC8

Tints of Deep Magenta #CF0DC8

Color information

#CF0DC8 (or 0xCF0DC8) is unknown color: approx Deep Magenta. HEX triplet: CF, 0D and C8. RGB value is (207,13,200). Sum of RGB (Red+Green+Blue) = 207+13+200=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DC8 is #30F237. Grayscale: #5B5B5B. Windows color (decimal): -3207736 or 13110735. OLE color: 13110735.

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

Color convert

RGB20713200-
CMYK00.940.030.19
HSL302.16º88.18%43.14%-
HSV(B)302.16º93.72%81.18%-
XYZ36.317.7256.15-
YUV92.32188.77209.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 13 (5.47% from 255) = 3.10%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=49.29%
G=3.10%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071320000.940.030.19302.1688.1843.14
HexCFDC805E31312e582b
Octal31715310013632345613053
Binary110011111101110010000101111011100111001011101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0dc8; }

 p { color: rgb(207,13,200); }

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

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

 a { background-color: rgb(207,13,200); }

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

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

 span { border-color: rgb(207,13,200); }

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