Shades of Deep Cerise #CC3592
Tints of Deep Cerise #CC3592
RGB
CMYK
RGB Variations
Color information
#CC3592 (or 0xCC3592) is known color: Deep Cerise. HEX triplet: CC, 35 and 92. RGB value is (204,53,146). Sum of RGB (Red+Green+Blue) = 204+53+146=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3592 is #33CA6D. Grayscale: #6C6C6C. Windows color (decimal): -3394158 or 9582028. OLE color: 9582028.
HSL color Cylindrical-coordinate representation of color #CC3592: hue angle of 323.05º 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 #CC3592 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 146 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.2 |
| HSL | 323.05º | 0.6% | 0.5% | - |
| HSV(B) | 323.05º | 0.74% | 0.8% | - |
| XYZ | 31.36 | 17.46 | 28.91 | - |
| YUV | 108.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 146 | 0 | 0.74 | 0.28 | 0.2 | 323.05 | 0.6 | 0.5 |
| Hex | CC | 35 | 92 | 0 | 4A | 1C | 14 | 143 | 3C | 32 |
| Octal | 314 | 65 | 222 | 0 | 112 | 34 | 24 | 503 | 74 | 62 |
| Binary | 11001100 | 110101 | 10010010 | 0 | 1001010 | 11100 | 10100 | 101000011 | 111100 | 110010 |
Color Harmonies of #CC3592
Complementary color
Monochromatic Colors of #CC3592
Black with #CC3592
Text Example
Text Example
White with #CC3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3592; }
p { color: rgb(204,53,146); }
H1.HeaderClassName
{
color: #CC3592;
}
.AnyTagClassName
{
color: #CC3592;
}
</style>
background-color css
<style>
a { background-color: #CC3592; }
a { background-color: rgb(204,53,146); }
div.DivClassName
{
background-color: #CC3592;
}
.BgClassName
{
background-color: #CC3592;
}
</style>
border-color css
<style>
span { border-color: #CC3592; }
span { border-color: rgb(204,53,146); }
td.TdClassName
{
border-color: #CC3592;
}
.TagClassName
{
border-color: #CC3592;
}
</style>