Shades of Deep Cerise #CC317C
Tints of Deep Cerise #CC317C
RGB
CMYK
RGB Variations
Color information
#CC317C (or 0xCC317C) is known color: Deep Cerise. HEX triplet: CC, 31 and 7C. RGB value is (204,49,124). Sum of RGB (Red+Green+Blue) = 204+49+124=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC317C is #33CE83. Grayscale: #676767. Windows color (decimal): -3395204 or 8139212. OLE color: 8139212.
HSL color Cylindrical-coordinate representation of color #CC317C: hue angle of 330.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC317C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 124 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.2 |
| HSL | 330.97º | 0.61% | 0.5% | - |
| HSV(B) | 330.97º | 0.76% | 0.8% | - |
| XYZ | 29.64 | 16.49 | 20.69 | - |
| YUV | 103.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 124 | 0 | 0.76 | 0.39 | 0.2 | 330.97 | 0.61 | 0.5 |
| Hex | CC | 31 | 7C | 0 | 4C | 27 | 14 | 14B | 3D | 32 |
| Octal | 314 | 61 | 174 | 0 | 114 | 47 | 24 | 513 | 75 | 62 |
| Binary | 11001100 | 110001 | 1111100 | 0 | 1001100 | 100111 | 10100 | 101001011 | 111101 | 110010 |
Color Harmonies of #CC317C
Complementary color
Monochromatic Colors of #CC317C
Black with #CC317C
Text Example
Text Example
White with #CC317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC317C; }
p { color: rgb(204,49,124); }
H1.HeaderClassName
{
color: #CC317C;
}
.AnyTagClassName
{
color: #CC317C;
}
</style>
background-color css
<style>
a { background-color: #CC317C; }
a { background-color: rgb(204,49,124); }
div.DivClassName
{
background-color: #CC317C;
}
.BgClassName
{
background-color: #CC317C;
}
</style>
border-color css
<style>
span { border-color: #CC317C; }
span { border-color: rgb(204,49,124); }
td.TdClassName
{
border-color: #CC317C;
}
.TagClassName
{
border-color: #CC317C;
}
</style>