Shades of Cerise #CC316C
Tints of Cerise #CC316C
RGB
CMYK
RGB Variations
Color information
#CC316C (or 0xCC316C) is known color: Cerise. HEX triplet: CC, 31 and 6C. RGB value is (204,49,108). Sum of RGB (Red+Green+Blue) = 204+49+108=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC316C is #33CE93. Grayscale: #656565. Windows color (decimal): -3395220 or 7090636. OLE color: 7090636.
HSL color Cylindrical-coordinate representation of color #CC316C: hue angle of 337.16º 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 #CC316C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 108 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.2 |
| HSL | 337.16º | 0.61% | 0.5% | - |
| HSV(B) | 337.16º | 0.76% | 0.8% | - |
| XYZ | 28.71 | 16.12 | 15.79 | - |
| YUV | 102.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 108 | 0 | 0.76 | 0.47 | 0.2 | 337.16 | 0.61 | 0.5 |
| Hex | CC | 31 | 6C | 0 | 4C | 2F | 14 | 151 | 3D | 32 |
| Octal | 314 | 61 | 154 | 0 | 114 | 57 | 24 | 521 | 75 | 62 |
| Binary | 11001100 | 110001 | 1101100 | 0 | 1001100 | 101111 | 10100 | 101010001 | 111101 | 110010 |
Color Harmonies of #CC316C
Complementary color
Monochromatic Colors of #CC316C
Black with #CC316C
Text Example
Text Example
White with #CC316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC316C; }
p { color: rgb(204,49,108); }
H1.HeaderClassName
{
color: #CC316C;
}
.AnyTagClassName
{
color: #CC316C;
}
</style>
background-color css
<style>
a { background-color: #CC316C; }
a { background-color: rgb(204,49,108); }
div.DivClassName
{
background-color: #CC316C;
}
.BgClassName
{
background-color: #CC316C;
}
</style>
border-color css
<style>
span { border-color: #CC316C; }
span { border-color: rgb(204,49,108); }
td.TdClassName
{
border-color: #CC316C;
}
.TagClassName
{
border-color: #CC316C;
}
</style>