#C806CD

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

Shades of Deep Magenta #C806CD

Tints of Deep Magenta #C806CD

Color information

#C806CD (or 0xC806CD) is unknown color: approx Deep Magenta. HEX triplet: C8, 06 and CD. RGB value is (200,6,205). Sum of RGB (Red+Green+Blue) = 200+6+205=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C806CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806CD is #37F932. Grayscale: #565656. Windows color (decimal): -3668275 or 13436616. OLE color: 13436616.

HSL color Cylindrical-coordinate representation of color #C806CD: hue angle of 298.49º 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 #C806CD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2006205-
CMYK0.020.9700.20
HSL298.49º94.31%41.37%-
HSV(B)298.49º97.07%80.39%-
XYZ34.916.8259.16-
YUV86.69194.77208.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20062050.020.9700.20298.4994.3141.37
HexC86CD26101412a5e29
Octal3106315214102445213651
Binary11001000110110011011011000010101001001010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C806CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C806CD; }

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

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

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

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

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

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

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

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