Shades of Cerise #CC315F
Tints of Cerise #CC315F
RGB
CMYK
RGB Variations
Color information
#CC315F (or 0xCC315F) is known color: Cerise. HEX triplet: CC, 31 and 5F. RGB value is (204,49,95). Sum of RGB (Red+Green+Blue) = 204+49+95=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315F is #33CEA0. Grayscale: #646464. Windows color (decimal): -3395233 or 6238668. OLE color: 6238668.
HSL color Cylindrical-coordinate representation of color #CC315F: hue angle of 342.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 #CC315F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 95 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.2 |
| HSL | 342.19º | 0.61% | 0.5% | - |
| HSV(B) | 342.19º | 0.76% | 0.8% | - |
| XYZ | 28.07 | 15.86 | 12.41 | - |
| YUV | 100.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 95 | 0 | 0.76 | 0.53 | 0.2 | 342.19 | 0.61 | 0.5 |
| Hex | CC | 31 | 5F | 0 | 4C | 35 | 14 | 156 | 3D | 32 |
| Octal | 314 | 61 | 137 | 0 | 114 | 65 | 24 | 526 | 75 | 62 |
| Binary | 11001100 | 110001 | 1011111 | 0 | 1001100 | 110101 | 10100 | 101010110 | 111101 | 110010 |
Color Harmonies of #CC315F
Complementary color
Monochromatic Colors of #CC315F
Black with #CC315F
Text Example
Text Example
White with #CC315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC315F; }
p { color: rgb(204,49,95); }
H1.HeaderClassName
{
color: #CC315F;
}
.AnyTagClassName
{
color: #CC315F;
}
</style>
background-color css
<style>
a { background-color: #CC315F; }
a { background-color: rgb(204,49,95); }
div.DivClassName
{
background-color: #CC315F;
}
.BgClassName
{
background-color: #CC315F;
}
</style>
border-color css
<style>
span { border-color: #CC315F; }
span { border-color: rgb(204,49,95); }
td.TdClassName
{
border-color: #CC315F;
}
.TagClassName
{
border-color: #CC315F;
}
</style>