Html Css Color HEX #C20CCA Deep Magenta

📋 copy color: '#C20CCA'

red 194 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #C20CCA

Tints of Deep Magenta #C20CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.94%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 47.55%
G = 2.94%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C20CCA (or 0xC20CCA) is known color: Deep Magenta. HEX triplet: C2, 0C and CA. RGB value is (194,12,202). Sum of RGB (Red+Green+Blue) = 194+12+202=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #C20CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CCA is #3DF335. Grayscale: #575757. Windows color (decimal): -4059958 or 13241538. OLE color: 13241538.

HSL color Cylindrical-coordinate representation of color #C20CCA: hue angle of 297.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CCA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 12 202 -
CMYK 0.04 0.94 0 0.21
HSL 297.47º 0.89% 0.42% -
HSV(B) 297.47º 0.94% 0.79% -
XYZ 33.04 16 57.22 -
YUV 88.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 194 12 202 0.04 0.94 0 0.21 297.47 0.89 0.42
Hex C2 C CA 4 5E 0 15 129 59 2A
Octal 302 14 312 4 136 0 25 451 131 52
Binary 11000010 1100 11001010 100 1011110 0 10101 100101001 1011001 101010

Color Harmonies of #C20CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CCA

Black with #C20CCA

Text Example


Text Example

White with #C20CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CCA; }

 p { color: rgb(194,12,202); }

 H1.HeaderClassName
 {
   color: #C20CCA;
 }
 .AnyTagClassName
 {
   color: #C20CCA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,12,202); }

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

border-color css

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

 span { border-color: rgb(194,12,202); }

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