Shades of Cerise #CC315B
Tints of Cerise #CC315B
RGB
CMYK
RGB Variations
Color information
#CC315B (or 0xCC315B) is known color: Cerise. HEX triplet: CC, 31 and 5B. RGB value is (204,49,91). Sum of RGB (Red+Green+Blue) = 204+49+91=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315B is #33CEA4. Grayscale: #646464. Windows color (decimal): -3395237 or 5976524. OLE color: 5976524.
HSL color Cylindrical-coordinate representation of color #CC315B: hue angle of 343.74º 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 #CC315B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 91 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.2 |
| HSL | 343.74º | 0.61% | 0.5% | - |
| HSV(B) | 343.74º | 0.76% | 0.8% | - |
| XYZ | 27.89 | 15.79 | 11.48 | - |
| YUV | 100.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 91 | 0 | 0.76 | 0.55 | 0.2 | 343.74 | 0.61 | 0.5 |
| Hex | CC | 31 | 5B | 0 | 4C | 37 | 14 | 158 | 3D | 32 |
| Octal | 314 | 61 | 133 | 0 | 114 | 67 | 24 | 530 | 75 | 62 |
| Binary | 11001100 | 110001 | 1011011 | 0 | 1001100 | 110111 | 10100 | 101011000 | 111101 | 110010 |
Color Harmonies of #CC315B
Complementary color
Monochromatic Colors of #CC315B
Black with #CC315B
Text Example
Text Example
White with #CC315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC315B; }
p { color: rgb(204,49,91); }
H1.HeaderClassName
{
color: #CC315B;
}
.AnyTagClassName
{
color: #CC315B;
}
</style>
background-color css
<style>
a { background-color: #CC315B; }
a { background-color: rgb(204,49,91); }
div.DivClassName
{
background-color: #CC315B;
}
.BgClassName
{
background-color: #CC315B;
}
</style>
border-color css
<style>
span { border-color: #CC315B; }
span { border-color: rgb(204,49,91); }
td.TdClassName
{
border-color: #CC315B;
}
.TagClassName
{
border-color: #CC315B;
}
</style>