Html Css Color HEX #C80ABB Deep Magenta

📋 copy color: '#C80ABB'

red 200 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #C80ABB

Tints of Deep Magenta #C80ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 50.38%
G = 2.52%
B = 47.1%

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

#C80ABB (or 0xC80ABB) is known color: Deep Magenta. HEX triplet: C8, 0A and BB. RGB value is (200,10,187). Sum of RGB (Red+Green+Blue) = 200+10+187=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C80ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ABB is #37F544. Grayscale: #565656. Windows color (decimal): -3667269 or 12257992. OLE color: 12257992.

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

Color convert

RGB 200 10 187 -
CMYK 0 0.95 0.06 0.22
HSL 304.11º 0.9% 0.41% -
HSV(B) 304.11º 0.95% 0.78% -
XYZ 32.9 16.08 48.38 -
YUV 86.99 184.45 208.61 -
System Red Green Blue C M Y K H S L
Decimal 200 10 187 0 0.95 0.06 0.22 304.11 0.9 0.41
Hex C8 A BB 0 5F 6 16 130 5A 29
Octal 310 12 273 0 137 6 26 460 132 51
Binary 11001000 1010 10111011 0 1011111 110 10110 100110000 1011010 101001

Color Harmonies of #C80ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ABB

Black with #C80ABB

Text Example


Text Example

White with #C80ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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