Html Css Color HEX #C80ABF Deep Magenta

📋 copy color: '#C80ABF'

red 200 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #C80ABF

Tints of Deep Magenta #C80ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 49.88%
G = 2.49%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C80ABF (or 0xC80ABF) is known color: Deep Magenta. HEX triplet: C8, 0A and BF. RGB value is (200,10,191). Sum of RGB (Red+Green+Blue) = 200+10+191=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C80ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ABF is #37F540. Grayscale: #565656. Windows color (decimal): -3667265 or 12520136. OLE color: 12520136.

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

Color convert

RGB 200 10 191 -
CMYK 0 0.95 0.04 0.22
HSL 302.84º 0.9% 0.41% -
HSV(B) 302.84º 0.95% 0.78% -
XYZ 33.33 16.26 50.67 -
YUV 87.44 186.45 208.28 -
System Red Green Blue C M Y K H S L
Decimal 200 10 191 0 0.95 0.04 0.22 302.84 0.9 0.41
Hex C8 A BF 0 5F 4 16 12F 5A 29
Octal 310 12 277 0 137 4 26 457 132 51
Binary 11001000 1010 10111111 0 1011111 100 10110 100101111 1011010 101001

Color Harmonies of #C80ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ABF

Black with #C80ABF

Text Example


Text Example

White with #C80ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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