Html Css Color HEX #C202CD Deep Magenta

📋 copy color: '#C202CD'

red 194 ◦ green 2 ◦ blue 205

#C202CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C202CD

Tints of Deep Magenta #C202CD

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 48.38%
G = 0.5%
B = 51.12%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C202CD (or 0xC202CD) is known color: 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

RGB 194 2 205 -
CMYK 0.05 0.99 0 0.20
HSL 296.75º 0.98% 0.41% -
HSV(B) 296.75º 0.99% 0.8% -
XYZ 33.29 15.92 59.08 -
YUV 82.55 197.11 207.49 -
System Red Green Blue C M Y K H S L
Decimal 194 2 205 0.05 0.99 0 0.20 296.75 0.98 0.41
Hex C2 2 CD 5 63 0 14 129 62 29
Octal 302 2 315 5 143 0 24 451 142 51
Binary 11000010 10 11001101 101 1100011 0 10100 100101001 1100010 101001

Color Harmonies of #C202CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C202CD

Black with #C202CD

Text Example


Text Example

White with #C202CD

Text Example


Text Example

HTML Codes & Css Web 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>