#C908AC

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

Shades of Deep Magenta #C908AC

Tints of Deep Magenta #C908AC

Color information

#C908AC (or 0xC908AC) is unknown color: approx Deep Magenta. HEX triplet: C9, 08 and AC. RGB value is (201,8,172). Sum of RGB (Red+Green+Blue) = 201+8+172=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C908AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908AC is #36F753. Grayscale: #535353. Windows color (decimal): -3602260 or 11274441. OLE color: 11274441.

HSL color Cylindrical-coordinate representation of color #C908AC: hue angle of 309.02º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908AC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB2018172-
CMYK00.960.140.21
HSL309.02º92.34%40.98%-
HSV(B)309.02º96.02%78.82%-
XYZ31.6215.5740.37-
YUV84.4177.44211.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=52.76%
G=2.10%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201817200.960.140.21309.0292.3440.98
HexC98AC060E151355c29
Octal311102540140162546513451
Binary11001001100010101100011000001110101011001101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C908AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C908AC; }

 p { color: rgb(201,8,172); }

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

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

 a { background-color: rgb(201,8,172); }

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

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

 span { border-color: rgb(201,8,172); }

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