Shades of Cerise #CC355B
Tints of Cerise #CC355B
RGB
CMYK
RGB Variations
Color information
#CC355B (or 0xCC355B) is known color: Cerise. HEX triplet: CC, 35 and 5B. RGB value is (204,53,91). Sum of RGB (Red+Green+Blue) = 204+53+91=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC355B is #33CAA4. Grayscale: #666666. Windows color (decimal): -3394213 or 5977548. OLE color: 5977548.
HSL color Cylindrical-coordinate representation of color #CC355B: hue angle of 344.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC355B is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 91 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.2 |
| HSL | 344.9º | 0.6% | 0.5% | - |
| HSV(B) | 344.9º | 0.74% | 0.8% | - |
| XYZ | 28.06 | 16.14 | 11.53 | - |
| YUV | 102.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 91 | 0 | 0.74 | 0.55 | 0.2 | 344.9 | 0.6 | 0.5 |
| Hex | CC | 35 | 5B | 0 | 4A | 37 | 14 | 159 | 3C | 32 |
| Octal | 314 | 65 | 133 | 0 | 112 | 67 | 24 | 531 | 74 | 62 |
| Binary | 11001100 | 110101 | 1011011 | 0 | 1001010 | 110111 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CC355B
Complementary color
Monochromatic Colors of #CC355B
Black with #CC355B
Text Example
Text Example
White with #CC355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC355B; }
p { color: rgb(204,53,91); }
H1.HeaderClassName
{
color: #CC355B;
}
.AnyTagClassName
{
color: #CC355B;
}
</style>
background-color css
<style>
a { background-color: #CC355B; }
a { background-color: rgb(204,53,91); }
div.DivClassName
{
background-color: #CC355B;
}
.BgClassName
{
background-color: #CC355B;
}
</style>
border-color css
<style>
span { border-color: #CC355B; }
span { border-color: rgb(204,53,91); }
td.TdClassName
{
border-color: #CC355B;
}
.TagClassName
{
border-color: #CC355B;
}
</style>