Shades of Cerise #CC315D
Tints of Cerise #CC315D
RGB
CMYK
RGB Variations
Color information
#CC315D (or 0xCC315D) is known color: Cerise. HEX triplet: CC, 31 and 5D. RGB value is (204,49,93). Sum of RGB (Red+Green+Blue) = 204+49+93=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315D is #33CEA2. Grayscale: #646464. Windows color (decimal): -3395235 or 6107596. OLE color: 6107596.
HSL color Cylindrical-coordinate representation of color #CC315D: hue angle of 342.97º 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 #CC315D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 93 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.2 |
| HSL | 342.97º | 0.61% | 0.5% | - |
| HSV(B) | 342.97º | 0.76% | 0.8% | - |
| XYZ | 27.98 | 15.82 | 11.94 | - |
| YUV | 100.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 93 | 0 | 0.76 | 0.54 | 0.2 | 342.97 | 0.61 | 0.5 |
| Hex | CC | 31 | 5D | 0 | 4C | 36 | 14 | 157 | 3D | 32 |
| Octal | 314 | 61 | 135 | 0 | 114 | 66 | 24 | 527 | 75 | 62 |
| Binary | 11001100 | 110001 | 1011101 | 0 | 1001100 | 110110 | 10100 | 101010111 | 111101 | 110010 |
Color Harmonies of #CC315D
Complementary color
Monochromatic Colors of #CC315D
Black with #CC315D
Text Example
Text Example
White with #CC315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC315D; }
p { color: rgb(204,49,93); }
H1.HeaderClassName
{
color: #CC315D;
}
.AnyTagClassName
{
color: #CC315D;
}
</style>
background-color css
<style>
a { background-color: #CC315D; }
a { background-color: rgb(204,49,93); }
div.DivClassName
{
background-color: #CC315D;
}
.BgClassName
{
background-color: #CC315D;
}
</style>
border-color css
<style>
span { border-color: #CC315D; }
span { border-color: rgb(204,49,93); }
td.TdClassName
{
border-color: #CC315D;
}
.TagClassName
{
border-color: #CC315D;
}
</style>