Shades of Deep Cerise #CC317E
Tints of Deep Cerise #CC317E
RGB
CMYK
RGB Variations
Color information
#CC317E (or 0xCC317E) is known color: Deep Cerise. HEX triplet: CC, 31 and 7E. RGB value is (204,49,126). Sum of RGB (Red+Green+Blue) = 204+49+126=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC317E is #33CE81. Grayscale: #676767. Windows color (decimal): -3395202 or 8270284. OLE color: 8270284.
HSL color Cylindrical-coordinate representation of color #CC317E: hue angle of 330.19º 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 #CC317E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 126 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.2 |
| HSL | 330.19º | 0.61% | 0.5% | - |
| HSV(B) | 330.19º | 0.76% | 0.8% | - |
| XYZ | 29.77 | 16.54 | 21.36 | - |
| YUV | 104.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 126 | 0 | 0.76 | 0.38 | 0.2 | 330.19 | 0.61 | 0.5 |
| Hex | CC | 31 | 7E | 0 | 4C | 26 | 14 | 14A | 3D | 32 |
| Octal | 314 | 61 | 176 | 0 | 114 | 46 | 24 | 512 | 75 | 62 |
| Binary | 11001100 | 110001 | 1111110 | 0 | 1001100 | 100110 | 10100 | 101001010 | 111101 | 110010 |
Color Harmonies of #CC317E
Complementary color
Monochromatic Colors of #CC317E
Black with #CC317E
Text Example
Text Example
White with #CC317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC317E; }
p { color: rgb(204,49,126); }
H1.HeaderClassName
{
color: #CC317E;
}
.AnyTagClassName
{
color: #CC317E;
}
</style>
background-color css
<style>
a { background-color: #CC317E; }
a { background-color: rgb(204,49,126); }
div.DivClassName
{
background-color: #CC317E;
}
.BgClassName
{
background-color: #CC317E;
}
</style>
border-color css
<style>
span { border-color: #CC317E; }
span { border-color: rgb(204,49,126); }
td.TdClassName
{
border-color: #CC317E;
}
.TagClassName
{
border-color: #CC317E;
}
</style>