Shades of Deep Magenta #C317CE
Tints of Deep Magenta #C317CE
RGB
CMYK
RGB Variations
Color information
#C317CE (or 0xC317CE) is known color: Deep Magenta. HEX triplet: C3, 17 and CE. RGB value is (195,23,206). Sum of RGB (Red+Green+Blue) = 195+23+206=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #C317CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317CE is #3CE831. Grayscale: #5E5E5E. Windows color (decimal): -3991602 or 13506499. OLE color: 13506499.
HSL color Cylindrical-coordinate representation of color #C317CE: hue angle of 296.39º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317CE is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 23 | 206 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.19 |
| HSL | 296.39º | 0.8% | 0.45% | - |
| HSV(B) | 296.39º | 0.89% | 0.81% | - |
| XYZ | 33.95 | 16.67 | 59.82 | - |
| YUV | 95.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 206 | 0.05 | 0.89 | 0 | 0.19 | 296.39 | 0.8 | 0.45 |
| Hex | C3 | 17 | CE | 5 | 59 | 0 | 13 | 128 | 50 | 2D |
| Octal | 303 | 27 | 316 | 5 | 131 | 0 | 23 | 450 | 120 | 55 |
| Binary | 11000011 | 10111 | 11001110 | 101 | 1011001 | 0 | 10011 | 100101000 | 1010000 | 101101 |
Color Harmonies of #C317CE
Complementary color
Monochromatic Colors of #C317CE
Black with #C317CE
Text Example
Text Example
White with #C317CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317CE; }
p { color: rgb(195,23,206); }
H1.HeaderClassName
{
color: #C317CE;
}
.AnyTagClassName
{
color: #C317CE;
}
</style>
background-color css
<style>
a { background-color: #C317CE; }
a { background-color: rgb(195,23,206); }
div.DivClassName
{
background-color: #C317CE;
}
.BgClassName
{
background-color: #C317CE;
}
</style>
border-color css
<style>
span { border-color: #C317CE; }
span { border-color: rgb(195,23,206); }
td.TdClassName
{
border-color: #C317CE;
}
.TagClassName
{
border-color: #C317CE;
}
</style>