Shades of Deep Magenta #C317D6
Tints of Deep Magenta #C317D6
RGB
CMYK
RGB Variations
Color information
#C317D6 (or 0xC317D6) is known color: Deep Magenta. HEX triplet: C3, 17 and D6. RGB value is (195,23,214). Sum of RGB (Red+Green+Blue) = 195+23+214=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #C317D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317D6 is #3CE829. Grayscale: #5F5F5F. Windows color (decimal): -3991594 or 14030787. OLE color: 14030787.
HSL color Cylindrical-coordinate representation of color #C317D6: hue angle of 294.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317D6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 23 | 214 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.16 |
| HSL | 294.03º | 0.81% | 0.46% | - |
| HSV(B) | 294.03º | 0.89% | 0.84% | - |
| XYZ | 34.95 | 17.07 | 65.07 | - |
| YUV | 96.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 214 | 0.09 | 0.89 | 0 | 0.16 | 294.03 | 0.81 | 0.46 |
| Hex | C3 | 17 | D6 | 9 | 59 | 0 | 10 | 126 | 51 | 2E |
| Octal | 303 | 27 | 326 | 11 | 131 | 0 | 20 | 446 | 121 | 56 |
| Binary | 11000011 | 10111 | 11010110 | 1001 | 1011001 | 0 | 10000 | 100100110 | 1010001 | 101110 |
Color Harmonies of #C317D6
Complementary color
Monochromatic Colors of #C317D6
Black with #C317D6
Text Example
Text Example
White with #C317D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317D6; }
p { color: rgb(195,23,214); }
H1.HeaderClassName
{
color: #C317D6;
}
.AnyTagClassName
{
color: #C317D6;
}
</style>
background-color css
<style>
a { background-color: #C317D6; }
a { background-color: rgb(195,23,214); }
div.DivClassName
{
background-color: #C317D6;
}
.BgClassName
{
background-color: #C317D6;
}
</style>
border-color css
<style>
span { border-color: #C317D6; }
span { border-color: rgb(195,23,214); }
td.TdClassName
{
border-color: #C317D6;
}
.TagClassName
{
border-color: #C317D6;
}
</style>