Html Css Color HEX #C80ABA Deep Magenta

📋 copy color: '#C80ABA'

red 200 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #C80ABA

Tints of Deep Magenta #C80ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 50.51%
G = 2.53%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C80ABA (or 0xC80ABA) is known color: Deep Magenta. HEX triplet: C8, 0A and BA. RGB value is (200,10,186). Sum of RGB (Red+Green+Blue) = 200+10+186=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C80ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ABA is #37F545. Grayscale: #565656. Windows color (decimal): -3667270 or 12192456. OLE color: 12192456.

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

Color convert

RGB 200 10 186 -
CMYK 0 0.95 0.07 0.22
HSL 304.42º 0.9% 0.41% -
HSV(B) 304.42º 0.95% 0.78% -
XYZ 32.79 16.04 47.82 -
YUV 86.87 183.95 208.69 -
System Red Green Blue C M Y K H S L
Decimal 200 10 186 0 0.95 0.07 0.22 304.42 0.9 0.41
Hex C8 A BA 0 5F 7 16 130 5A 29
Octal 310 12 272 0 137 7 26 460 132 51
Binary 11001000 1010 10111010 0 1011111 111 10110 100110000 1011010 101001

Color Harmonies of #C80ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ABA

Black with #C80ABA

Text Example


Text Example

White with #C80ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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