Shades of Deep Magenta #C317CC
Tints of Deep Magenta #C317CC
RGB
CMYK
RGB Variations
Color information
#C317CC (or 0xC317CC) is known color: Deep Magenta. HEX triplet: C3, 17 and CC. RGB value is (195,23,204). Sum of RGB (Red+Green+Blue) = 195+23+204=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C317CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317CC is #3CE833. Grayscale: #5E5E5E. Windows color (decimal): -3991604 or 13375427. OLE color: 13375427.
HSL color Cylindrical-coordinate representation of color #C317CC: hue angle of 297.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317CC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 23 | 204 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.2 |
| HSL | 297.02º | 0.8% | 0.45% | - |
| HSV(B) | 297.02º | 0.89% | 0.8% | - |
| XYZ | 33.71 | 16.57 | 58.55 | - |
| YUV | 95.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 204 | 0.04 | 0.89 | 0 | 0.2 | 297.02 | 0.8 | 0.45 |
| Hex | C3 | 17 | CC | 4 | 59 | 0 | 14 | 129 | 50 | 2D |
| Octal | 303 | 27 | 314 | 4 | 131 | 0 | 24 | 451 | 120 | 55 |
| Binary | 11000011 | 10111 | 11001100 | 100 | 1011001 | 0 | 10100 | 100101001 | 1010000 | 101101 |
Color Harmonies of #C317CC
Complementary color
Monochromatic Colors of #C317CC
Black with #C317CC
Text Example
Text Example
White with #C317CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317CC; }
p { color: rgb(195,23,204); }
H1.HeaderClassName
{
color: #C317CC;
}
.AnyTagClassName
{
color: #C317CC;
}
</style>
background-color css
<style>
a { background-color: #C317CC; }
a { background-color: rgb(195,23,204); }
div.DivClassName
{
background-color: #C317CC;
}
.BgClassName
{
background-color: #C317CC;
}
</style>
border-color css
<style>
span { border-color: #C317CC; }
span { border-color: rgb(195,23,204); }
td.TdClassName
{
border-color: #C317CC;
}
.TagClassName
{
border-color: #C317CC;
}
</style>