Shades of Deep Cerise #CC3394
Tints of Deep Cerise #CC3394
RGB
CMYK
RGB Variations
Color information
#CC3394 (or 0xCC3394) is known color: Deep Cerise. HEX triplet: CC, 33 and 94. RGB value is (204,51,148). Sum of RGB (Red+Green+Blue) = 204+51+148=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3394 is #33CC6B. Grayscale: #6B6B6B. Windows color (decimal): -3394668 or 9712588. OLE color: 9712588.
HSL color Cylindrical-coordinate representation of color #CC3394: hue angle of 321.96º 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 #CC3394 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 148 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.2 |
| HSL | 321.96º | 0.6% | 0.5% | - |
| HSV(B) | 321.96º | 0.75% | 0.8% | - |
| XYZ | 31.43 | 17.34 | 29.71 | - |
| YUV | 107.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 148 | 0 | 0.75 | 0.27 | 0.2 | 321.96 | 0.6 | 0.5 |
| Hex | CC | 33 | 94 | 0 | 4B | 1B | 14 | 142 | 3C | 32 |
| Octal | 314 | 63 | 224 | 0 | 113 | 33 | 24 | 502 | 74 | 62 |
| Binary | 11001100 | 110011 | 10010100 | 0 | 1001011 | 11011 | 10100 | 101000010 | 111100 | 110010 |
Color Harmonies of #CC3394
Complementary color
Monochromatic Colors of #CC3394
Black with #CC3394
Text Example
Text Example
White with #CC3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3394; }
p { color: rgb(204,51,148); }
H1.HeaderClassName
{
color: #CC3394;
}
.AnyTagClassName
{
color: #CC3394;
}
</style>
background-color css
<style>
a { background-color: #CC3394; }
a { background-color: rgb(204,51,148); }
div.DivClassName
{
background-color: #CC3394;
}
.BgClassName
{
background-color: #CC3394;
}
</style>
border-color css
<style>
span { border-color: #CC3394; }
span { border-color: rgb(204,51,148); }
td.TdClassName
{
border-color: #CC3394;
}
.TagClassName
{
border-color: #CC3394;
}
</style>