Shades of Deep Cerise #CC3291
Tints of Deep Cerise #CC3291
RGB
CMYK
RGB Variations
Color information
#CC3291 (or 0xCC3291) is known color: Deep Cerise. HEX triplet: CC, 32 and 91. RGB value is (204,50,145). Sum of RGB (Red+Green+Blue) = 204+50+145=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3291 is #33CD6E. Grayscale: #6A6A6A. Windows color (decimal): -3394927 or 9515724. OLE color: 9515724.
HSL color Cylindrical-coordinate representation of color #CC3291: hue angle of 322.99º degrees, saturation: 0.61, 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 #CC3291 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 145 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.2 |
| HSL | 322.99º | 0.61% | 0.5% | - |
| HSV(B) | 322.99º | 0.75% | 0.8% | - |
| XYZ | 31.15 | 17.16 | 28.46 | - |
| YUV | 106.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 145 | 0 | 0.75 | 0.29 | 0.2 | 322.99 | 0.61 | 0.5 |
| Hex | CC | 32 | 91 | 0 | 4B | 1D | 14 | 143 | 3D | 32 |
| Octal | 314 | 62 | 221 | 0 | 113 | 35 | 24 | 503 | 75 | 62 |
| Binary | 11001100 | 110010 | 10010001 | 0 | 1001011 | 11101 | 10100 | 101000011 | 111101 | 110010 |
Color Harmonies of #CC3291
Complementary color
Monochromatic Colors of #CC3291
Black with #CC3291
Text Example
Text Example
White with #CC3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3291; }
p { color: rgb(204,50,145); }
H1.HeaderClassName
{
color: #CC3291;
}
.AnyTagClassName
{
color: #CC3291;
}
</style>
background-color css
<style>
a { background-color: #CC3291; }
a { background-color: rgb(204,50,145); }
div.DivClassName
{
background-color: #CC3291;
}
.BgClassName
{
background-color: #CC3291;
}
</style>
border-color css
<style>
span { border-color: #CC3291; }
span { border-color: rgb(204,50,145); }
td.TdClassName
{
border-color: #CC3291;
}
.TagClassName
{
border-color: #CC3291;
}
</style>