Html Css Color HEX #C80ABD Deep Magenta

📋 copy color: '#C80ABD'

red 200 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #C80ABD

Tints of Deep Magenta #C80ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 50.13%
G = 2.51%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C80ABD (or 0xC80ABD) is known color: Deep Magenta. HEX triplet: C8, 0A and BD. RGB value is (200,10,189). Sum of RGB (Red+Green+Blue) = 200+10+189=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C80ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ABD is #37F542. Grayscale: #565656. Windows color (decimal): -3667267 or 12389064. OLE color: 12389064.

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

Color convert

RGB 200 10 189 -
CMYK 0 0.95 0.06 0.22
HSL 303.47º 0.9% 0.41% -
HSV(B) 303.47º 0.95% 0.78% -
XYZ 33.11 16.17 49.52 -
YUV 87.22 185.45 208.45 -
System Red Green Blue C M Y K H S L
Decimal 200 10 189 0 0.95 0.06 0.22 303.47 0.9 0.41
Hex C8 A BD 0 5F 6 16 12F 5A 29
Octal 310 12 275 0 137 6 26 457 132 51
Binary 11001000 1010 10111101 0 1011111 110 10110 100101111 1011010 101001

Color Harmonies of #C80ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ABD

Black with #C80ABD

Text Example


Text Example

White with #C80ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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