Html Css Color HEX #C20BA9 Deep Magenta

📋 copy color: '#C20BA9'

red 194 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #C20BA9

Tints of Deep Magenta #C20BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.19%

R = 51.87%
G = 2.94%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C20BA9 (or 0xC20BA9) is known color: Deep Magenta. HEX triplet: C2, 0B and A9. RGB value is (194,11,169). Sum of RGB (Red+Green+Blue) = 194+11+169=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BA9 is #3DF456. Grayscale: #535353. Windows color (decimal): -4060247 or 11078594. OLE color: 11078594.

HSL color Cylindrical-coordinate representation of color #C20BA9: hue angle of 308.2º 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 #C20BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 11 169 -
CMYK 0 0.94 0.13 0.24
HSL 308.2º 0.89% 0.4% -
HSV(B) 308.2º 0.94% 0.76% -
XYZ 29.53 14.57 38.79 -
YUV 83.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 194 11 169 0 0.94 0.13 0.24 308.2 0.89 0.4
Hex C2 B A9 0 5E D 18 134 59 28
Octal 302 13 251 0 136 15 30 464 131 50
Binary 11000010 1011 10101001 0 1011110 1101 11000 100110100 1011001 101000

Color Harmonies of #C20BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BA9

Black with #C20BA9

Text Example


Text Example

White with #C20BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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