#C80ABB

Color #C80ABB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C80ABB

Tints of Deep Magenta #C80ABB

Color information

#C80ABB (or 0xC80ABB) is unknown color: approx 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

RGB20010187-
CMYK00.950.060.22
HSL304.11º90.48%41.18%-
HSV(B)304.11º95%78.43%-
XYZ32.916.0848.38-
YUV86.99184.45208.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 10 (4.30% from 255) = 2.52%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=50.38%
G=2.52%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001018700.950.060.22304.1190.4841.18
HexC8ABB05F6161305a29
Octal31012273013762646013251
Binary1100100010101011101101011111110101101001100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>