Shades of Deep Magenta #C615DF
Tints of Deep Magenta #C615DF
RGB
CMYK
RGB Variations
Color information
#C615DF (or 0xC615DF) is known color: Deep Magenta. HEX triplet: C6, 15 and DF. RGB value is (198,21,223). Sum of RGB (Red+Green+Blue) = 198+21+223=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C615DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DF is #39EA20. Grayscale: #606060. Windows color (decimal): -3795489 or 14620102. OLE color: 14620102.
HSL color Cylindrical-coordinate representation of color #C615DF: hue angle of 292.57º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C615DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 21 | 223 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.57º | 0.83% | 0.48% | - |
| HSV(B) | 292.57º | 0.91% | 0.87% | - |
| XYZ | 36.88 | 17.87 | 71.32 | - |
| YUV | 96.95 | 199.14 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 223 | 0.11 | 0.91 | 0 | 0.13 | 292.57 | 0.83 | 0.48 |
| Hex | C6 | 15 | DF | B | 5B | 0 | D | 125 | 53 | 30 |
| Octal | 306 | 25 | 337 | 13 | 133 | 0 | 15 | 445 | 123 | 60 |
| Binary | 11000110 | 10101 | 11011111 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010011 | 110000 |
Color Harmonies of #C615DF
Complementary color
Monochromatic Colors of #C615DF
Black with #C615DF
Text Example
Text Example
White with #C615DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615DF; }
p { color: rgb(198,21,223); }
H1.HeaderClassName
{
color: #C615DF;
}
.AnyTagClassName
{
color: #C615DF;
}
</style>
background-color css
<style>
a { background-color: #C615DF; }
a { background-color: rgb(198,21,223); }
div.DivClassName
{
background-color: #C615DF;
}
.BgClassName
{
background-color: #C615DF;
}
</style>
border-color css
<style>
span { border-color: #C615DF; }
span { border-color: rgb(198,21,223); }
td.TdClassName
{
border-color: #C615DF;
}
.TagClassName
{
border-color: #C615DF;
}
</style>