Shades of Deep Cerise #CC3492
Tints of Deep Cerise #CC3492
RGB
CMYK
RGB Variations
Color information
#CC3492 (or 0xCC3492) is known color: Deep Cerise. HEX triplet: CC, 34 and 92. RGB value is (204,52,146). Sum of RGB (Red+Green+Blue) = 204+52+146=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3492 is #33CB6D. Grayscale: #6B6B6B. Windows color (decimal): -3394414 or 9581772. OLE color: 9581772.
HSL color Cylindrical-coordinate representation of color #CC3492: hue angle of 322.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3492 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 146 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.2 |
| HSL | 322.89º | 0.6% | 0.5% | - |
| HSV(B) | 322.89º | 0.75% | 0.8% | - |
| XYZ | 31.32 | 17.37 | 28.9 | - |
| YUV | 108.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 146 | 0 | 0.75 | 0.28 | 0.2 | 322.89 | 0.6 | 0.5 |
| Hex | CC | 34 | 92 | 0 | 4B | 1C | 14 | 143 | 3C | 32 |
| Octal | 314 | 64 | 222 | 0 | 113 | 34 | 24 | 503 | 74 | 62 |
| Binary | 11001100 | 110100 | 10010010 | 0 | 1001011 | 11100 | 10100 | 101000011 | 111100 | 110010 |
Color Harmonies of #CC3492
Complementary color
Monochromatic Colors of #CC3492
Black with #CC3492
Text Example
Text Example
White with #CC3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3492; }
p { color: rgb(204,52,146); }
H1.HeaderClassName
{
color: #CC3492;
}
.AnyTagClassName
{
color: #CC3492;
}
</style>
background-color css
<style>
a { background-color: #CC3492; }
a { background-color: rgb(204,52,146); }
div.DivClassName
{
background-color: #CC3492;
}
.BgClassName
{
background-color: #CC3492;
}
</style>
border-color css
<style>
span { border-color: #CC3492; }
span { border-color: rgb(204,52,146); }
td.TdClassName
{
border-color: #CC3492;
}
.TagClassName
{
border-color: #CC3492;
}
</style>