Shades of Deep Magenta #C815CD
Tints of Deep Magenta #C815CD
RGB
CMYK
RGB Variations
Color information
#C815CD (or 0xC815CD) is known color: Deep Magenta. HEX triplet: C8, 15 and CD. RGB value is (200,21,205). Sum of RGB (Red+Green+Blue) = 200+21+205=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C815CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815CD is #37EA32. Grayscale: #5E5E5E. Windows color (decimal): -3664435 or 13440456. OLE color: 13440456.
HSL color Cylindrical-coordinate representation of color #C815CD: hue angle of 298.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C815CD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 21 | 205 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.20 |
| HSL | 298.37º | 0.81% | 0.44% | - |
| HSV(B) | 298.37º | 0.9% | 0.8% | - |
| XYZ | 35.11 | 17.22 | 59.23 | - |
| YUV | 95.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 205 | 0.02 | 0.90 | 0 | 0.20 | 298.37 | 0.81 | 0.44 |
| Hex | C8 | 15 | CD | 2 | 5A | 0 | 14 | 12A | 51 | 2C |
| Octal | 310 | 25 | 315 | 2 | 132 | 0 | 24 | 452 | 121 | 54 |
| Binary | 11001000 | 10101 | 11001101 | 10 | 1011010 | 0 | 10100 | 100101010 | 1010001 | 101100 |
Color Harmonies of #C815CD
Complementary color
Monochromatic Colors of #C815CD
Black with #C815CD
Text Example
Text Example
White with #C815CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815CD; }
p { color: rgb(200,21,205); }
H1.HeaderClassName
{
color: #C815CD;
}
.AnyTagClassName
{
color: #C815CD;
}
</style>
background-color css
<style>
a { background-color: #C815CD; }
a { background-color: rgb(200,21,205); }
div.DivClassName
{
background-color: #C815CD;
}
.BgClassName
{
background-color: #C815CD;
}
</style>
border-color css
<style>
span { border-color: #C815CD; }
span { border-color: rgb(200,21,205); }
td.TdClassName
{
border-color: #C815CD;
}
.TagClassName
{
border-color: #C815CD;
}
</style>