Html Css Color HEX #C20AE1 Deep Magenta

📋 copy color: '#C20AE1'

red 194 ◦ green 10 ◦ blue 225

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

Shades of Deep Magenta #C20AE1

Tints of Deep Magenta #C20AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.45%

R = 45.22%
G = 2.33%
B = 52.45%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C20AE1 (or 0xC20AE1) is known color: Deep Magenta. HEX triplet: C2, 0A and E1. RGB value is (194,10,225). Sum of RGB (Red+Green+Blue) = 194+10+225=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #C20AE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AE1 is #3DF51E. Grayscale: #585858. Windows color (decimal): -4060447 or 14748354. OLE color: 14748354.

HSL color Cylindrical-coordinate representation of color #C20AE1: hue angle of 291.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AE1 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 10 225 -
CMYK 0.14 0.96 0 0.12
HSL 291.35º 0.91% 0.46% -
HSV(B) 291.35º 0.96% 0.88% -
XYZ 35.95 17.12 72.64 -
YUV 89.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 194 10 225 0.14 0.96 0 0.12 291.35 0.91 0.46
Hex C2 A E1 E 60 0 C 123 5B 2E
Octal 302 12 341 16 140 0 14 443 133 56
Binary 11000010 1010 11100001 1110 1100000 0 1100 100100011 1011011 101110

Color Harmonies of #C20AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AE1

Black with #C20AE1

Text Example


Text Example

White with #C20AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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