Shades of Deep Cerise #CC357A
Tints of Deep Cerise #CC357A
RGB
CMYK
RGB Variations
Color information
#CC357A (or 0xCC357A) is known color: Deep Cerise. HEX triplet: CC, 35 and 7A. RGB value is (204,53,122). Sum of RGB (Red+Green+Blue) = 204+53+122=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC357A is #33CA85. Grayscale: #696969. Windows color (decimal): -3394182 or 8009164. OLE color: 8009164.
HSL color Cylindrical-coordinate representation of color #CC357A: hue angle of 332.58º 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 #CC357A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 122 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.2 |
| HSL | 332.58º | 0.6% | 0.5% | - |
| HSV(B) | 332.58º | 0.74% | 0.8% | - |
| XYZ | 29.69 | 16.79 | 20.09 | - |
| YUV | 106.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 122 | 0 | 0.74 | 0.40 | 0.2 | 332.58 | 0.6 | 0.5 |
| Hex | CC | 35 | 7A | 0 | 4A | 28 | 14 | 14D | 3C | 32 |
| Octal | 314 | 65 | 172 | 0 | 112 | 50 | 24 | 515 | 74 | 62 |
| Binary | 11001100 | 110101 | 1111010 | 0 | 1001010 | 101000 | 10100 | 101001101 | 111100 | 110010 |
Color Harmonies of #CC357A
Complementary color
Monochromatic Colors of #CC357A
Black with #CC357A
Text Example
Text Example
White with #CC357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC357A; }
p { color: rgb(204,53,122); }
H1.HeaderClassName
{
color: #CC357A;
}
.AnyTagClassName
{
color: #CC357A;
}
</style>
background-color css
<style>
a { background-color: #CC357A; }
a { background-color: rgb(204,53,122); }
div.DivClassName
{
background-color: #CC357A;
}
.BgClassName
{
background-color: #CC357A;
}
</style>
border-color css
<style>
span { border-color: #CC357A; }
span { border-color: rgb(204,53,122); }
td.TdClassName
{
border-color: #CC357A;
}
.TagClassName
{
border-color: #CC357A;
}
</style>