#C001AB

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

Shades of Deep Magenta #C001AB

Tints of Deep Magenta #C001AB

Color information

#C001AB (or 0xC001AB) is unknown color: approx Deep Magenta. HEX triplet: C0, 01 and AB. RGB value is (192,1,171). Sum of RGB (Red+Green+Blue) = 192+1+171=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C001AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001AB is #3FFE54. Grayscale: #4D4D4D. Windows color (decimal): -4193877 or 11207104. OLE color: 11207104.

HSL color Cylindrical-coordinate representation of color #C001AB: hue angle of 306.6º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001AB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB1921171-
CMYK00.990.110.25
HSL306.6º98.96%37.84%-
HSV(B)306.6º99.48%75.29%-
XYZ29.114.1739.73-
YUV77.49180.78209.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=52.75%
G=0.27%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192117100.990.110.25306.698.9637.84
HexC01AB063B191336326
Octal30012530143133146314346
Binary11000000110101011011000111011110011001100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C001AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C001AB; }

 p { color: rgb(192,1,171); }

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

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

 a { background-color: rgb(192,1,171); }

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

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

 span { border-color: rgb(192,1,171); }

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