Html Css Color HEX #C80AAB Deep Magenta

📋 copy color: '#C80AAB'

red 200 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #C80AAB

Tints of Deep Magenta #C80AAB

RGB

 RED value IS 200 (78.52% from 255) = 52.49%

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

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

R = 52.49%
G = 2.62%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C80AAB (or 0xC80AAB) is known color: Deep Magenta. HEX triplet: C8, 0A and AB. RGB value is (200,10,171). Sum of RGB (Red+Green+Blue) = 200+10+171=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80AAB is #37F554. Grayscale: #545454. Windows color (decimal): -3667285 or 11209416. OLE color: 11209416.

HSL color Cylindrical-coordinate representation of color #C80AAB: hue angle of 309.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AAB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 171 -
CMYK 0 0.95 0.14 0.22
HSL 309.16º 0.9% 0.41% -
HSV(B) 309.16º 0.95% 0.78% -
XYZ 31.28 15.44 39.86 -
YUV 85.16 176.45 209.91 -
System Red Green Blue C M Y K H S L
Decimal 200 10 171 0 0.95 0.14 0.22 309.16 0.9 0.41
Hex C8 A AB 0 5F E 16 135 5A 29
Octal 310 12 253 0 137 16 26 465 132 51
Binary 11001000 1010 10101011 0 1011111 1110 10110 100110101 1011010 101001

Color Harmonies of #C80AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AAB

Black with #C80AAB

Text Example


Text Example

White with #C80AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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