#C610AB

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

Shades of Deep Magenta #C610AB

Tints of Deep Magenta #C610AB

Color information

#C610AB (or 0xC610AB) is unknown color: approx Deep Magenta. HEX triplet: C6, 10 and AB. RGB value is (198,16,171). Sum of RGB (Red+Green+Blue) = 198+16+171=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C610AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610AB is #39EF54. Grayscale: #575757. Windows color (decimal): -3796821 or 11210950. OLE color: 11210950.

HSL color Cylindrical-coordinate representation of color #C610AB: hue angle of 308.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610AB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19816171-
CMYK00.920.140.22
HSL308.9º85.05%41.96%-
HSV(B)308.9º91.92%77.65%-
XYZ30.8215.3239.86-
YUV88.09174.8206.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 16 (6.64% from 255) = 4.16%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=51.43%
G=4.16%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981617100.920.140.22308.985.0541.96
HexC610AB05CE16135552a
Octal306202530134162646512552
Binary110001101000010101011010111001110101101001101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C610AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C610AB; }

 p { color: rgb(198,16,171); }

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

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

 a { background-color: rgb(198,16,171); }

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

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

 span { border-color: rgb(198,16,171); }

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