Shades of Deep Magenta #C900AC
Tints of Deep Magenta #C900AC
RGB
CMYK
RGB Variations
Color information
#C900AC (or 0xC900AC) is known color: Deep Magenta. HEX triplet: C9, 00 and AC. RGB value is (201,0,172). Sum of RGB (Red+Green+Blue) = 201+0+172=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AC is #36FF53. Grayscale: #4F4F4F. Windows color (decimal): -3604308 or 11272393. OLE color: 11272393.
HSL color Cylindrical-coordinate representation of color #C900AC: hue angle of 308.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900AC is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.14 | 0.21 |
| HSL | 308.66º | 1% | 0.39% | - |
| HSV(B) | 308.66º | 1% | 0.79% | - |
| XYZ | 31.53 | 15.4 | 40.34 | - |
| YUV | 79.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 172 | 0 | 1 | 0.14 | 0.21 | 308.66 | 1 | 0.39 |
| Hex | C9 | 0 | AC | 0 | 64 | E | 15 | 135 | 64 | 27 |
| Octal | 311 | 0 | 254 | 0 | 144 | 16 | 25 | 465 | 144 | 47 |
| Binary | 11001001 | 0 | 10101100 | 0 | 1100100 | 1110 | 10101 | 100110101 | 1100100 | 100111 |
Color Harmonies of #C900AC
Complementary color
Monochromatic Colors of #C900AC
Black with #C900AC
Text Example
Text Example
White with #C900AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900AC; }
p { color: rgb(201,0,172); }
H1.HeaderClassName
{
color: #C900AC;
}
.AnyTagClassName
{
color: #C900AC;
}
</style>
background-color css
<style>
a { background-color: #C900AC; }
a { background-color: rgb(201,0,172); }
div.DivClassName
{
background-color: #C900AC;
}
.BgClassName
{
background-color: #C900AC;
}
</style>
border-color css
<style>
span { border-color: #C900AC; }
span { border-color: rgb(201,0,172); }
td.TdClassName
{
border-color: #C900AC;
}
.TagClassName
{
border-color: #C900AC;
}
</style>