Html Css Color HEX #C20AAB Deep Magenta

📋 copy color: '#C20AAB'

red 194 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #C20AAB

Tints of Deep Magenta #C20AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 51.73%
G = 2.67%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C20AAB (or 0xC20AAB) is known color: Deep Magenta. HEX triplet: C2, 0A and AB. RGB value is (194,10,171). Sum of RGB (Red+Green+Blue) = 194+10+171=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AAB is #3DF554. Grayscale: #525252. Windows color (decimal): -4060501 or 11209410. OLE color: 11209410.

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

Color convert

RGB 194 10 171 -
CMYK 0 0.95 0.12 0.24
HSL 307.5º 0.9% 0.4% -
HSV(B) 307.5º 0.95% 0.76% -
XYZ 29.71 14.63 39.79 -
YUV 83.37 177.46 206.91 -
System Red Green Blue C M Y K H S L
Decimal 194 10 171 0 0.95 0.12 0.24 307.5 0.9 0.4
Hex C2 A AB 0 5F C 18 134 5A 28
Octal 302 12 253 0 137 14 30 464 132 50
Binary 11000010 1010 10101011 0 1011111 1100 11000 100110100 1011010 101000

Color Harmonies of #C20AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AAB

Black with #C20AAB

Text Example


Text Example

White with #C20AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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