#C202C8

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

Shades of Deep Magenta #C202C8

Tints of Deep Magenta #C202C8

Color information

#C202C8 (or 0xC202C8) is unknown color: approx Deep Magenta. HEX triplet: C2, 02 and C8. RGB value is (194,2,200). Sum of RGB (Red+Green+Blue) = 194+2+200=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #C202C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202C8 is #3DFD37. Grayscale: #515151. Windows color (decimal): -4062520 or 13107906. OLE color: 13107906.

HSL color Cylindrical-coordinate representation of color #C202C8: hue angle of 298.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202C8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1942200-
CMYK0.030.9900.22
HSL298.18º98.02%39.61%-
HSV(B)298.18º99%78.43%-
XYZ32.715.6855.95-
YUV81.98194.61207.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=48.99%
G=0.51%
B=50.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19422000.030.9900.22298.1898.0239.61
HexC22C836301612a6228
Octal3022310314302645214250
Binary1100001010110010001111000110101101001010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C202C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C202C8; }

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

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

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

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

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

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

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

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