#C901AD

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

Shades of Deep Magenta #C901AD

Tints of Deep Magenta #C901AD

Color information

#C901AD (or 0xC901AD) is unknown color: approx Deep Magenta. HEX triplet: C9, 01 and AD. RGB value is (201,1,173). Sum of RGB (Red+Green+Blue) = 201+1+173=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C901AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C901AD is #36FE52. Grayscale: #4F4F4F. Windows color (decimal): -3604051 or 11338185. OLE color: 11338185.

HSL color Cylindrical-coordinate representation of color #C901AD: hue angle of 308.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901AD is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB2011173-
CMYK01.000.140.21
HSL308.4º99.01%39.61%-
HSV(B)308.4º99.5%78.82%-
XYZ31.6415.4640.85-
YUV80.41180.26214.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=53.6%
G=0.27%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201117301.000.140.21308.499.0139.61
HexC91AD064E151346328
Octal31112550144162546414350
Binary11001001110101101011001001110101011001101001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C901AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C901AD; }

 p { color: rgb(201,1,173); }

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

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

 a { background-color: rgb(201,1,173); }

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

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

 span { border-color: rgb(201,1,173); }

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