Shades of Cerise #CC3A5E
Tints of Cerise #CC3A5E
RGB
CMYK
RGB Variations
Color information
#CC3A5E (or 0xCC3A5E) is known color: Cerise. HEX triplet: CC, 3A and 5E. RGB value is (204,58,94). Sum of RGB (Red+Green+Blue) = 204+58+94=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A5E is #33C5A1. Grayscale: #696969. Windows color (decimal): -3392930 or 6175436. OLE color: 6175436.
HSL color Cylindrical-coordinate representation of color #CC3A5E: hue angle of 345.21º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A5E is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 94 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.2 |
| HSL | 345.21º | 0.59% | 0.51% | - |
| HSV(B) | 345.21º | 0.72% | 0.8% | - |
| XYZ | 28.44 | 16.67 | 12.31 | - |
| YUV | 105.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 94 | 0 | 0.72 | 0.54 | 0.2 | 345.21 | 0.59 | 0.51 |
| Hex | CC | 3A | 5E | 0 | 48 | 36 | 14 | 159 | 3B | 33 |
| Octal | 314 | 72 | 136 | 0 | 110 | 66 | 24 | 531 | 73 | 63 |
| Binary | 11001100 | 111010 | 1011110 | 0 | 1001000 | 110110 | 10100 | 101011001 | 111011 | 110011 |
Color Harmonies of #CC3A5E
Complementary color
Monochromatic Colors of #CC3A5E
Black with #CC3A5E
Text Example
Text Example
White with #CC3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A5E; }
p { color: rgb(204,58,94); }
H1.HeaderClassName
{
color: #CC3A5E;
}
.AnyTagClassName
{
color: #CC3A5E;
}
</style>
background-color css
<style>
a { background-color: #CC3A5E; }
a { background-color: rgb(204,58,94); }
div.DivClassName
{
background-color: #CC3A5E;
}
.BgClassName
{
background-color: #CC3A5E;
}
</style>
border-color css
<style>
span { border-color: #CC3A5E; }
span { border-color: rgb(204,58,94); }
td.TdClassName
{
border-color: #CC3A5E;
}
.TagClassName
{
border-color: #CC3A5E;
}
</style>