Shades of Deep Magenta #C904AC
Tints of Deep Magenta #C904AC
RGB
CMYK
RGB Variations
Color information
#C904AC (or 0xC904AC) is known color: Deep Magenta. HEX triplet: C9, 04 and AC. RGB value is (201,4,172). Sum of RGB (Red+Green+Blue) = 201+4+172=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C904AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C904AC is #36FB53. Grayscale: #515151. Windows color (decimal): -3603284 or 11273417. OLE color: 11273417.
HSL color Cylindrical-coordinate representation of color #C904AC: hue angle of 308.83º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904AC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.21 |
| HSL | 308.83º | 0.96% | 0.4% | - |
| HSV(B) | 308.83º | 0.98% | 0.79% | - |
| XYZ | 31.58 | 15.48 | 40.35 | - |
| YUV | 82.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 172 | 0 | 0.98 | 0.14 | 0.21 | 308.83 | 0.96 | 0.4 |
| Hex | C9 | 4 | AC | 0 | 62 | E | 15 | 135 | 60 | 28 |
| Octal | 311 | 4 | 254 | 0 | 142 | 16 | 25 | 465 | 140 | 50 |
| Binary | 11001001 | 100 | 10101100 | 0 | 1100010 | 1110 | 10101 | 100110101 | 1100000 | 101000 |
Color Harmonies of #C904AC
Complementary color
Monochromatic Colors of #C904AC
Black with #C904AC
Text Example
Text Example
White with #C904AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904AC; }
p { color: rgb(201,4,172); }
H1.HeaderClassName
{
color: #C904AC;
}
.AnyTagClassName
{
color: #C904AC;
}
</style>
background-color css
<style>
a { background-color: #C904AC; }
a { background-color: rgb(201,4,172); }
div.DivClassName
{
background-color: #C904AC;
}
.BgClassName
{
background-color: #C904AC;
}
</style>
border-color css
<style>
span { border-color: #C904AC; }
span { border-color: rgb(201,4,172); }
td.TdClassName
{
border-color: #C904AC;
}
.TagClassName
{
border-color: #C904AC;
}
</style>