Shades of Deep Magenta #C908AC
Tints of Deep Magenta #C908AC
RGB
CMYK
RGB Variations
Color information
#C908AC (or 0xC908AC) is known color: 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
| RGB | 201 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.21 |
| HSL | 309.02º | 0.92% | 0.41% | - |
| HSV(B) | 309.02º | 0.96% | 0.79% | - |
| XYZ | 31.62 | 15.57 | 40.37 | - |
| YUV | 84.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 172 | 0 | 0.96 | 0.14 | 0.21 | 309.02 | 0.92 | 0.41 |
| Hex | C9 | 8 | AC | 0 | 60 | E | 15 | 135 | 5C | 29 |
| Octal | 311 | 10 | 254 | 0 | 140 | 16 | 25 | 465 | 134 | 51 |
| Binary | 11001001 | 1000 | 10101100 | 0 | 1100000 | 1110 | 10101 | 100110101 | 1011100 | 101001 |
Color Harmonies of #C908AC
Complementary color
Monochromatic Colors of #C908AC
Black with #C908AC
Text Example
Text Example
White with #C908AC
Text Example
Text Example
HTML Codes & Css Web 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>