Shades of Deep Cerise #CC3792
Tints of Deep Cerise #CC3792
RGB
CMYK
RGB Variations
Color information
#CC3792 (or 0xCC3792) is known color: Deep Cerise. HEX triplet: CC, 37 and 92. RGB value is (204,55,146). Sum of RGB (Red+Green+Blue) = 204+55+146=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3792 is #33C86D. Grayscale: #6D6D6D. Windows color (decimal): -3393646 or 9582540. OLE color: 9582540.
HSL color Cylindrical-coordinate representation of color #CC3792: hue angle of 323.36º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3792 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 146 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.2 |
| HSL | 323.36º | 0.59% | 0.51% | - |
| HSV(B) | 323.36º | 0.73% | 0.8% | - |
| XYZ | 31.46 | 17.65 | 28.94 | - |
| YUV | 109.93 | 148.36 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 146 | 0 | 0.73 | 0.28 | 0.2 | 323.36 | 0.59 | 0.51 |
| Hex | CC | 37 | 92 | 0 | 49 | 1C | 14 | 143 | 3B | 33 |
| Octal | 314 | 67 | 222 | 0 | 111 | 34 | 24 | 503 | 73 | 63 |
| Binary | 11001100 | 110111 | 10010010 | 0 | 1001001 | 11100 | 10100 | 101000011 | 111011 | 110011 |
Color Harmonies of #CC3792
Complementary color
Monochromatic Colors of #CC3792
Black with #CC3792
Text Example
Text Example
White with #CC3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3792; }
p { color: rgb(204,55,146); }
H1.HeaderClassName
{
color: #CC3792;
}
.AnyTagClassName
{
color: #CC3792;
}
</style>
background-color css
<style>
a { background-color: #CC3792; }
a { background-color: rgb(204,55,146); }
div.DivClassName
{
background-color: #CC3792;
}
.BgClassName
{
background-color: #CC3792;
}
</style>
border-color css
<style>
span { border-color: #CC3792; }
span { border-color: rgb(204,55,146); }
td.TdClassName
{
border-color: #CC3792;
}
.TagClassName
{
border-color: #CC3792;
}
</style>