Shades of Deep Magenta #C015CF
Tints of Deep Magenta #C015CF
RGB
CMYK
RGB Variations
Color information
#C015CF (or 0xC015CF) is known color: Deep Magenta. HEX triplet: C0, 15 and CF. RGB value is (192,21,207). Sum of RGB (Red+Green+Blue) = 192+21+207=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #C015CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015CF is #3FEA30. Grayscale: #5C5C5C. Windows color (decimal): -4188721 or 13571520. OLE color: 13571520.
HSL color Cylindrical-coordinate representation of color #C015CF: hue angle of 295.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C015CF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 21 | 207 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.19 |
| HSL | 295.16º | 0.82% | 0.45% | - |
| HSV(B) | 295.16º | 0.9% | 0.81% | - |
| XYZ | 33.27 | 16.25 | 60.41 | - |
| YUV | 93.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 207 | 0.07 | 0.90 | 0 | 0.19 | 295.16 | 0.82 | 0.45 |
| Hex | C0 | 15 | CF | 7 | 5A | 0 | 13 | 127 | 52 | 2D |
| Octal | 300 | 25 | 317 | 7 | 132 | 0 | 23 | 447 | 122 | 55 |
| Binary | 11000000 | 10101 | 11001111 | 111 | 1011010 | 0 | 10011 | 100100111 | 1010010 | 101101 |
Color Harmonies of #C015CF
Complementary color
Monochromatic Colors of #C015CF
Black with #C015CF
Text Example
Text Example
White with #C015CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015CF; }
p { color: rgb(192,21,207); }
H1.HeaderClassName
{
color: #C015CF;
}
.AnyTagClassName
{
color: #C015CF;
}
</style>
background-color css
<style>
a { background-color: #C015CF; }
a { background-color: rgb(192,21,207); }
div.DivClassName
{
background-color: #C015CF;
}
.BgClassName
{
background-color: #C015CF;
}
</style>
border-color css
<style>
span { border-color: #C015CF; }
span { border-color: rgb(192,21,207); }
td.TdClassName
{
border-color: #C015CF;
}
.TagClassName
{
border-color: #C015CF;
}
</style>