Shades of Deep Magenta #C915AF
Tints of Deep Magenta #C915AF
RGB
CMYK
RGB Variations
Color information
#C915AF (or 0xC915AF) is known color: Deep Magenta. HEX triplet: C9, 15 and AF. RGB value is (201,21,175). Sum of RGB (Red+Green+Blue) = 201+21+175=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C915AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C915AF is #36EA50. Grayscale: #5B5B5B. Windows color (decimal): -3598929 or 11474377. OLE color: 11474377.
HSL color Cylindrical-coordinate representation of color #C915AF: hue angle of 308.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915AF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.21 |
| HSL | 308.67º | 0.81% | 0.44% | - |
| HSV(B) | 308.67º | 0.9% | 0.79% | - |
| XYZ | 32.09 | 16.05 | 41.96 | - |
| YUV | 92.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 175 | 0 | 0.90 | 0.13 | 0.21 | 308.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | AF | 0 | 5A | D | 15 | 135 | 51 | 2C |
| Octal | 311 | 25 | 257 | 0 | 132 | 15 | 25 | 465 | 121 | 54 |
| Binary | 11001001 | 10101 | 10101111 | 0 | 1011010 | 1101 | 10101 | 100110101 | 1010001 | 101100 |
Color Harmonies of #C915AF
Complementary color
Monochromatic Colors of #C915AF
Black with #C915AF
Text Example
Text Example
White with #C915AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915AF; }
p { color: rgb(201,21,175); }
H1.HeaderClassName
{
color: #C915AF;
}
.AnyTagClassName
{
color: #C915AF;
}
</style>
background-color css
<style>
a { background-color: #C915AF; }
a { background-color: rgb(201,21,175); }
div.DivClassName
{
background-color: #C915AF;
}
.BgClassName
{
background-color: #C915AF;
}
</style>
border-color css
<style>
span { border-color: #C915AF; }
span { border-color: rgb(201,21,175); }
td.TdClassName
{
border-color: #C915AF;
}
.TagClassName
{
border-color: #C915AF;
}
</style>