Shades of Deep Magenta #C915C7
Tints of Deep Magenta #C915C7
RGB
CMYK
RGB Variations
Color information
#C915C7 (or 0xC915C7) is known color: Deep Magenta. HEX triplet: C9, 15 and C7. RGB value is (201,21,199). Sum of RGB (Red+Green+Blue) = 201+21+199=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C915C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915C7 is #36EA38. Grayscale: #5E5E5E. Windows color (decimal): -3598905 or 13047241. OLE color: 13047241.
HSL color Cylindrical-coordinate representation of color #C915C7: hue angle of 300.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 #C915C7 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.21 |
| HSL | 300.67º | 0.81% | 0.44% | - |
| HSV(B) | 300.67º | 0.9% | 0.79% | - |
| XYZ | 34.66 | 17.08 | 55.5 | - |
| YUV | 95.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 199 | 0 | 0.90 | 0.01 | 0.21 | 300.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | C7 | 0 | 5A | 1 | 15 | 12D | 51 | 2C |
| Octal | 311 | 25 | 307 | 0 | 132 | 1 | 25 | 455 | 121 | 54 |
| Binary | 11001001 | 10101 | 11000111 | 0 | 1011010 | 1 | 10101 | 100101101 | 1010001 | 101100 |
Color Harmonies of #C915C7
Complementary color
Monochromatic Colors of #C915C7
Black with #C915C7
Text Example
Text Example
White with #C915C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915C7; }
p { color: rgb(201,21,199); }
H1.HeaderClassName
{
color: #C915C7;
}
.AnyTagClassName
{
color: #C915C7;
}
</style>
background-color css
<style>
a { background-color: #C915C7; }
a { background-color: rgb(201,21,199); }
div.DivClassName
{
background-color: #C915C7;
}
.BgClassName
{
background-color: #C915C7;
}
</style>
border-color css
<style>
span { border-color: #C915C7; }
span { border-color: rgb(201,21,199); }
td.TdClassName
{
border-color: #C915C7;
}
.TagClassName
{
border-color: #C915C7;
}
</style>