Shades of Deep Magenta #C900AE
Tints of Deep Magenta #C900AE
RGB
CMYK
RGB Variations
Color information
#C900AE (or 0xC900AE) is known color: Deep Magenta. HEX triplet: C9, 00 and AE. RGB value is (201,0,174). Sum of RGB (Red+Green+Blue) = 201+0+174=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AE is #36FF51. Grayscale: #4F4F4F. Windows color (decimal): -3604306 or 11403465. OLE color: 11403465.
HSL color Cylindrical-coordinate representation of color #C900AE: hue angle of 308.06º 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 #C900AE is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.13 | 0.21 |
| HSL | 308.06º | 1% | 0.39% | - |
| HSV(B) | 308.06º | 1% | 0.79% | - |
| XYZ | 31.73 | 15.47 | 41.36 | - |
| YUV | 79.94 | 181.09 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 174 | 0 | 1 | 0.13 | 0.21 | 308.06 | 1 | 0.39 |
| Hex | C9 | 0 | AE | 0 | 64 | D | 15 | 134 | 64 | 27 |
| Octal | 311 | 0 | 256 | 0 | 144 | 15 | 25 | 464 | 144 | 47 |
| Binary | 11001001 | 0 | 10101110 | 0 | 1100100 | 1101 | 10101 | 100110100 | 1100100 | 100111 |
Color Harmonies of #C900AE
Complementary color
Monochromatic Colors of #C900AE
Black with #C900AE
Text Example
Text Example
White with #C900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900AE; }
p { color: rgb(201,0,174); }
H1.HeaderClassName
{
color: #C900AE;
}
.AnyTagClassName
{
color: #C900AE;
}
</style>
background-color css
<style>
a { background-color: #C900AE; }
a { background-color: rgb(201,0,174); }
div.DivClassName
{
background-color: #C900AE;
}
.BgClassName
{
background-color: #C900AE;
}
</style>
border-color css
<style>
span { border-color: #C900AE; }
span { border-color: rgb(201,0,174); }
td.TdClassName
{
border-color: #C900AE;
}
.TagClassName
{
border-color: #C900AE;
}
</style>