Shades of Cerise #CC316F
Tints of Cerise #CC316F
RGB
CMYK
RGB Variations
Color information
#CC316F (or 0xCC316F) is known color: Cerise. HEX triplet: CC, 31 and 6F. RGB value is (204,49,111). Sum of RGB (Red+Green+Blue) = 204+49+111=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC316F is #33CE90. Grayscale: #666666. Windows color (decimal): -3395217 or 7287244. OLE color: 7287244.
HSL color Cylindrical-coordinate representation of color #CC316F: hue angle of 336º 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 #CC316F is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 111 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.2 |
| HSL | 336º | 0.61% | 0.5% | - |
| HSV(B) | 336º | 0.76% | 0.8% | - |
| XYZ | 28.87 | 16.18 | 16.64 | - |
| YUV | 102.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 111 | 0 | 0.76 | 0.46 | 0.2 | 336 | 0.61 | 0.5 |
| Hex | CC | 31 | 6F | 0 | 4C | 2E | 14 | 150 | 3D | 32 |
| Octal | 314 | 61 | 157 | 0 | 114 | 56 | 24 | 520 | 75 | 62 |
| Binary | 11001100 | 110001 | 1101111 | 0 | 1001100 | 101110 | 10100 | 101010000 | 111101 | 110010 |
Color Harmonies of #CC316F
Complementary color
Monochromatic Colors of #CC316F
Black with #CC316F
Text Example
Text Example
White with #CC316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC316F; }
p { color: rgb(204,49,111); }
H1.HeaderClassName
{
color: #CC316F;
}
.AnyTagClassName
{
color: #CC316F;
}
</style>
background-color css
<style>
a { background-color: #CC316F; }
a { background-color: rgb(204,49,111); }
div.DivClassName
{
background-color: #CC316F;
}
.BgClassName
{
background-color: #CC316F;
}
</style>
border-color css
<style>
span { border-color: #CC316F; }
span { border-color: rgb(204,49,111); }
td.TdClassName
{
border-color: #CC316F;
}
.TagClassName
{
border-color: #CC316F;
}
</style>