Shades of Cerise #CC316B
Tints of Cerise #CC316B
RGB
CMYK
RGB Variations
Color information
#CC316B (or 0xCC316B) is known color: Cerise. HEX triplet: CC, 31 and 6B. RGB value is (204,49,107). Sum of RGB (Red+Green+Blue) = 204+49+107=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC316B is #33CE94. Grayscale: #656565. Windows color (decimal): -3395221 or 7025100. OLE color: 7025100.
HSL color Cylindrical-coordinate representation of color #CC316B: hue angle of 337.55º 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 #CC316B is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 107 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.2 |
| HSL | 337.55º | 0.61% | 0.5% | - |
| HSV(B) | 337.55º | 0.76% | 0.8% | - |
| XYZ | 28.65 | 16.1 | 15.51 | - |
| YUV | 101.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 107 | 0 | 0.76 | 0.48 | 0.2 | 337.55 | 0.61 | 0.5 |
| Hex | CC | 31 | 6B | 0 | 4C | 30 | 14 | 152 | 3D | 32 |
| Octal | 314 | 61 | 153 | 0 | 114 | 60 | 24 | 522 | 75 | 62 |
| Binary | 11001100 | 110001 | 1101011 | 0 | 1001100 | 110000 | 10100 | 101010010 | 111101 | 110010 |
Color Harmonies of #CC316B
Complementary color
Monochromatic Colors of #CC316B
Black with #CC316B
Text Example
Text Example
White with #CC316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC316B; }
p { color: rgb(204,49,107); }
H1.HeaderClassName
{
color: #CC316B;
}
.AnyTagClassName
{
color: #CC316B;
}
</style>
background-color css
<style>
a { background-color: #CC316B; }
a { background-color: rgb(204,49,107); }
div.DivClassName
{
background-color: #CC316B;
}
.BgClassName
{
background-color: #CC316B;
}
</style>
border-color css
<style>
span { border-color: #CC316B; }
span { border-color: rgb(204,49,107); }
td.TdClassName
{
border-color: #CC316B;
}
.TagClassName
{
border-color: #CC316B;
}
</style>