Shades of Deep Magenta #C317BD
Tints of Deep Magenta #C317BD
RGB
CMYK
RGB Variations
Color information
#C317BD (or 0xC317BD) is known color: Deep Magenta. HEX triplet: C3, 17 and BD. RGB value is (195,23,189). Sum of RGB (Red+Green+Blue) = 195+23+189=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C317BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317BD is #3CE842. Grayscale: #5C5C5C. Windows color (decimal): -3991619 or 12392387. OLE color: 12392387.
HSL color Cylindrical-coordinate representation of color #C317BD: hue angle of 302.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317BD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 189 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.24 |
| HSL | 302.09º | 0.79% | 0.43% | - |
| HSV(B) | 302.09º | 0.88% | 0.76% | - |
| XYZ | 32 | 15.89 | 49.52 | - |
| YUV | 93.35 | 181.98 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 189 | 0 | 0.88 | 0.03 | 0.24 | 302.09 | 0.79 | 0.43 |
| Hex | C3 | 17 | BD | 0 | 58 | 3 | 18 | 12E | 4F | 2B |
| Octal | 303 | 27 | 275 | 0 | 130 | 3 | 30 | 456 | 117 | 53 |
| Binary | 11000011 | 10111 | 10111101 | 0 | 1011000 | 11 | 11000 | 100101110 | 1001111 | 101011 |
Color Harmonies of #C317BD
Complementary color
Monochromatic Colors of #C317BD
Black with #C317BD
Text Example
Text Example
White with #C317BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317BD; }
p { color: rgb(195,23,189); }
H1.HeaderClassName
{
color: #C317BD;
}
.AnyTagClassName
{
color: #C317BD;
}
</style>
background-color css
<style>
a { background-color: #C317BD; }
a { background-color: rgb(195,23,189); }
div.DivClassName
{
background-color: #C317BD;
}
.BgClassName
{
background-color: #C317BD;
}
</style>
border-color css
<style>
span { border-color: #C317BD; }
span { border-color: rgb(195,23,189); }
td.TdClassName
{
border-color: #C317BD;
}
.TagClassName
{
border-color: #C317BD;
}
</style>