#CD06C8

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

Shades of Deep Magenta #CD06C8

Tints of Deep Magenta #CD06C8

Color information

#CD06C8 (or 0xCD06C8) is unknown color: approx Deep Magenta. HEX triplet: CD, 06 and C8. RGB value is (205,6,200). Sum of RGB (Red+Green+Blue) = 205+6+200=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06C8 is #32F937. Grayscale: #575757. Windows color (decimal): -3340600 or 13108941. OLE color: 13108941.

HSL color Cylindrical-coordinate representation of color #CD06C8: hue angle of 301.51º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD06C8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB2056200-
CMYK00.970.020.20
HSL301.51º94.31%41.37%-
HSV(B)301.51º97.07%80.39%-
XYZ35.6717.2856.1-
YUV87.62191.43211.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 6 (2.73% from 255) = 1.46%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=49.88%
G=1.46%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205620000.970.020.20301.5194.3141.37
HexCD6C806121412e5e29
Octal3156310014122445613651
Binary11001101110110010000110000110101001001011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD06C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD06C8; }

 p { color: rgb(205,6,200); }

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

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

 a { background-color: rgb(205,6,200); }

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

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

 span { border-color: rgb(205,6,200); }

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