Html Css Color HEX #C20AAE Deep Magenta

📋 copy color: '#C20AAE'

red 194 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #C20AAE

Tints of Deep Magenta #C20AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 51.32%
G = 2.65%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C20AAE (or 0xC20AAE) is known color: Deep Magenta. HEX triplet: C2, 0A and AE. RGB value is (194,10,174). Sum of RGB (Red+Green+Blue) = 194+10+174=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AAE is #3DF551. Grayscale: #535353. Windows color (decimal): -4060498 or 11406018. OLE color: 11406018.

HSL color Cylindrical-coordinate representation of color #C20AAE: hue angle of 306.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AAE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 174 -
CMYK 0 0.95 0.10 0.24
HSL 306.52º 0.9% 0.4% -
HSV(B) 306.52º 0.95% 0.76% -
XYZ 30 14.74 41.31 -
YUV 83.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 194 10 174 0 0.95 0.10 0.24 306.52 0.9 0.4
Hex C2 A AE 0 5F A 18 133 5A 28
Octal 302 12 256 0 137 12 30 463 132 50
Binary 11000010 1010 10101110 0 1011111 1010 11000 100110011 1011010 101000

Color Harmonies of #C20AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AAE

Black with #C20AAE

Text Example


Text Example

White with #C20AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AAE; }

 p { color: rgb(194,10,174); }

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

background-color css

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

 a { background-color: rgb(194,10,174); }

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

border-color css

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

 span { border-color: rgb(194,10,174); }

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