#C202CD

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

Shades of Deep Magenta #C202CD

Tints of Deep Magenta #C202CD

Color information

#C202CD (or 0xC202CD) is unknown color: approx Deep Magenta. HEX triplet: C2, 02 and CD. RGB value is (194,2,205). Sum of RGB (Red+Green+Blue) = 194+2+205=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #C202CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202CD is #3DFD32. Grayscale: #515151. Windows color (decimal): -4062515 or 13435586. OLE color: 13435586.

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

Color convert

RGB1942205-
CMYK0.050.9900.20
HSL296.75º98.07%40.59%-
HSV(B)296.75º99.02%80.39%-
XYZ33.2915.9259.08-
YUV82.55197.11207.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=48.38%
G=0.50%
B=51.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19422050.050.9900.20296.7598.0740.59
HexC22CD5630141296229
Octal3022315514302445114251
Binary11000010101100110110111000110101001001010011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C202CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C202CD; }

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

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

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

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

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

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

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

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