Shades of Deep Magenta #C017D7
Tints of Deep Magenta #C017D7
RGB
CMYK
RGB Variations
Color information
#C017D7 (or 0xC017D7) is known color: Deep Magenta. HEX triplet: C0, 17 and D7. RGB value is (192,23,215). Sum of RGB (Red+Green+Blue) = 192+23+215=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #C017D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017D7 is #3FE828. Grayscale: #5E5E5E. Windows color (decimal): -4188201 or 14096320. OLE color: 14096320.
HSL color Cylindrical-coordinate representation of color #C017D7: hue angle of 292.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C017D7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 23 | 215 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.16 |
| HSL | 292.81º | 0.81% | 0.47% | - |
| HSV(B) | 292.81º | 0.89% | 0.84% | - |
| XYZ | 34.31 | 16.73 | 65.71 | - |
| YUV | 95.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 215 | 0.11 | 0.89 | 0 | 0.16 | 292.81 | 0.81 | 0.47 |
| Hex | C0 | 17 | D7 | B | 59 | 0 | 10 | 125 | 51 | 2F |
| Octal | 300 | 27 | 327 | 13 | 131 | 0 | 20 | 445 | 121 | 57 |
| Binary | 11000000 | 10111 | 11010111 | 1011 | 1011001 | 0 | 10000 | 100100101 | 1010001 | 101111 |
Color Harmonies of #C017D7
Complementary color
Monochromatic Colors of #C017D7
Black with #C017D7
Text Example
Text Example
White with #C017D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017D7; }
p { color: rgb(192,23,215); }
H1.HeaderClassName
{
color: #C017D7;
}
.AnyTagClassName
{
color: #C017D7;
}
</style>
background-color css
<style>
a { background-color: #C017D7; }
a { background-color: rgb(192,23,215); }
div.DivClassName
{
background-color: #C017D7;
}
.BgClassName
{
background-color: #C017D7;
}
</style>
border-color css
<style>
span { border-color: #C017D7; }
span { border-color: rgb(192,23,215); }
td.TdClassName
{
border-color: #C017D7;
}
.TagClassName
{
border-color: #C017D7;
}
</style>