Shades of Deep Magenta #C815D7
Tints of Deep Magenta #C815D7
RGB
CMYK
RGB Variations
Color information
#C815D7 (or 0xC815D7) is known color: Deep Magenta. HEX triplet: C8, 15 and D7. RGB value is (200,21,215). Sum of RGB (Red+Green+Blue) = 200+21+215=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #C815D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815D7 is #37EA28. Grayscale: #606060. Windows color (decimal): -3664425 or 14095816. OLE color: 14095816.
HSL color Cylindrical-coordinate representation of color #C815D7: hue angle of 295.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C815D7 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 21 | 215 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.16 |
| HSL | 295.36º | 0.82% | 0.46% | - |
| HSV(B) | 295.36º | 0.9% | 0.84% | - |
| XYZ | 36.35 | 17.72 | 65.79 | - |
| YUV | 96.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 215 | 0.07 | 0.90 | 0 | 0.16 | 295.36 | 0.82 | 0.46 |
| Hex | C8 | 15 | D7 | 7 | 5A | 0 | 10 | 127 | 52 | 2E |
| Octal | 310 | 25 | 327 | 7 | 132 | 0 | 20 | 447 | 122 | 56 |
| Binary | 11001000 | 10101 | 11010111 | 111 | 1011010 | 0 | 10000 | 100100111 | 1010010 | 101110 |
Color Harmonies of #C815D7
Complementary color
Monochromatic Colors of #C815D7
Black with #C815D7
Text Example
Text Example
White with #C815D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815D7; }
p { color: rgb(200,21,215); }
H1.HeaderClassName
{
color: #C815D7;
}
.AnyTagClassName
{
color: #C815D7;
}
</style>
background-color css
<style>
a { background-color: #C815D7; }
a { background-color: rgb(200,21,215); }
div.DivClassName
{
background-color: #C815D7;
}
.BgClassName
{
background-color: #C815D7;
}
</style>
border-color css
<style>
span { border-color: #C815D7; }
span { border-color: rgb(200,21,215); }
td.TdClassName
{
border-color: #C815D7;
}
.TagClassName
{
border-color: #C815D7;
}
</style>