#C80AC6

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

Shades of Deep Magenta #C80AC6

Tints of Deep Magenta #C80AC6

Color information

#C80AC6 (or 0xC80AC6) is unknown color: approx Deep Magenta. HEX triplet: C8, 0A and C6. RGB value is (200,10,198). Sum of RGB (Red+Green+Blue) = 200+10+198=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80AC6 is #37F539. Grayscale: #575757. Windows color (decimal): -3667258 or 12978888. OLE color: 12978888.

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

Color convert

RGB20010198-
CMYK00.950.010.22
HSL300.63º90.48%41.18%-
HSV(B)300.63º95%78.43%-
XYZ34.1216.5754.83-
YUV88.24189.95207.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 10 (4.30% from 255) = 2.45%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=49.02%
G=2.45%
B=48.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001019800.950.010.22300.6390.4841.18
HexC8AC605F11612d5a29
Octal31012306013712645513251
Binary11001000101011000110010111111101101001011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80AC6; }

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

 H1.HeaderClassName
 {
   color: #C80AC6;
 }
 .AnyTagClassName
 {
   color: #C80AC6;
 }
</style>
background-color css

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

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

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

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

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

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