#C00CD1

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

Shades of Deep Magenta #C00CD1

Tints of Deep Magenta #C00CD1

Color information

#C00CD1 (or 0xC00CD1) is unknown color: approx Deep Magenta. HEX triplet: C0, 0C and D1. RGB value is (192,12,209). Sum of RGB (Red+Green+Blue) = 192+12+209=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #C00CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CD1 is #3FF32E. Grayscale: #575757. Windows color (decimal): -4191023 or 13700288. OLE color: 13700288.

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

Color convert

RGB19212209-
CMYK0.080.9400.18
HSL294.82º89.14%43.33%-
HSV(B)294.82º94.26%81.96%-
XYZ33.3816.0761.66-
YUV88.28196.13201.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 12 (5.08% from 255) = 2.91%
BLUE value IS 209 (82.03% from 255) = 50.61%
R=46.49%
G=2.91%
B=50.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192122090.080.9400.18294.8289.1443.33
HexC0CD185E012127592b
Octal300143211013602244713153
Binary11000000110011010001100010111100100101001001111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00CD1; }

 p { color: rgb(192,12,209); }

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

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

 a { background-color: rgb(192,12,209); }

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

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

 span { border-color: rgb(192,12,209); }

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