#c202d9

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

Shades of Deep Magenta #C202D9

Tints of Deep Magenta #C202D9

Color information

#C202D9 (or 0xC202D9) is unknown color: approx Deep Magenta. HEX triplet: C2, 02 and D9. RGB value is (194,2,217). Sum of RGB (Red+Green+Blue) = 194+2+217=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #C202D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202D9 is #3DFD26. Grayscale: #535353. Windows color (decimal): -4062503 or 14222018. OLE color: 14222018.

HSL color Cylindrical-coordinate representation of color #C202D9: hue angle of 293.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202D9 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1942217-
CMYK0.110.9900.15
HSL293.58º98.17%42.94%-
HSV(B)293.58º99.08%85.1%-
XYZ34.7916.5267-
YUV83.92203.11206.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 2 (1.17% from 255) = 0.48%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=46.97%
G=0.48%
B=52.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19422170.110.9900.15293.5898.1742.94
HexC22D9B630F126622b
Octal30223311314301744614253
Binary11000010101101100110111100011011111001001101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c202d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c202d9; }

 p { color: rgb(194,2,217); }

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

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

 a { background-color: rgb(194,2,217); }

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

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

 span { border-color: rgb(194,2,217); }

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