Html Css Color HEX #C80BAA Deep Magenta

📋 copy color: '#C80BAA'

red 200 ◦ green 11 ◦ blue 170

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

Shades of Deep Magenta #C80BAA

Tints of Deep Magenta #C80BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 52.49%
G = 2.89%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C80BAA (or 0xC80BAA) is known color: Deep Magenta. HEX triplet: C8, 0B and AA. RGB value is (200,11,170). Sum of RGB (Red+Green+Blue) = 200+11+170=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80BAA is #37F455. Grayscale: #555555. Windows color (decimal): -3667030 or 11144136. OLE color: 11144136.

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

Color convert

RGB 200 11 170 -
CMYK 0 0.94 0.15 0.22
HSL 309.52º 0.9% 0.41% -
HSV(B) 309.52º 0.95% 0.78% -
XYZ 31.19 15.42 39.36 -
YUV 85.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 200 11 170 0 0.94 0.15 0.22 309.52 0.9 0.41
Hex C8 B AA 0 5E F 16 136 5A 29
Octal 310 13 252 0 136 17 26 466 132 51
Binary 11001000 1011 10101010 0 1011110 1111 10110 100110110 1011010 101001

Color Harmonies of #C80BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BAA

Black with #C80BAA

Text Example


Text Example

White with #C80BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BAA; }

 p { color: rgb(200,11,170); }

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

background-color css

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

 a { background-color: rgb(200,11,170); }

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

border-color css

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

 span { border-color: rgb(200,11,170); }

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