Html Css Color HEX #C20BAE Deep Magenta

📋 copy color: '#C20BAE'

red 194 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #C20BAE

Tints of Deep Magenta #C20BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

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

R = 51.19%
G = 2.9%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C20BAE (or 0xC20BAE) is known color: Deep Magenta. HEX triplet: C2, 0B and AE. RGB value is (194,11,174). Sum of RGB (Red+Green+Blue) = 194+11+174=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BAE is #3DF451. Grayscale: #535353. Windows color (decimal): -4060242 or 11406274. OLE color: 11406274.

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

Color convert

RGB 194 11 174 -
CMYK 0 0.94 0.10 0.24
HSL 306.56º 0.89% 0.4% -
HSV(B) 306.56º 0.94% 0.76% -
XYZ 30.01 14.76 41.31 -
YUV 84.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 194 11 174 0 0.94 0.10 0.24 306.56 0.89 0.4
Hex C2 B AE 0 5E A 18 133 59 28
Octal 302 13 256 0 136 12 30 463 131 50
Binary 11000010 1011 10101110 0 1011110 1010 11000 100110011 1011001 101000

Color Harmonies of #C20BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BAE

Black with #C20BAE

Text Example


Text Example

White with #C20BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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