Shades of Deep Cerise #CC339B
Tints of Deep Cerise #CC339B
RGB
CMYK
RGB Variations
Color information
#CC339B (or 0xCC339B) is known color: Deep Cerise. HEX triplet: CC, 33 and 9B. RGB value is (204,51,155). Sum of RGB (Red+Green+Blue) = 204+51+155=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339B is #33CC64. Grayscale: #6C6C6C. Windows color (decimal): -3394661 or 10171340. OLE color: 10171340.
HSL color Cylindrical-coordinate representation of color #CC339B: hue angle of 319.22º 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 #CC339B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 155 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.2 |
| HSL | 319.22º | 0.6% | 0.5% | - |
| HSV(B) | 319.22º | 0.75% | 0.8% | - |
| XYZ | 32 | 17.57 | 32.72 | - |
| YUV | 108.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 155 | 0 | 0.75 | 0.24 | 0.2 | 319.22 | 0.6 | 0.5 |
| Hex | CC | 33 | 9B | 0 | 4B | 18 | 14 | 13F | 3C | 32 |
| Octal | 314 | 63 | 233 | 0 | 113 | 30 | 24 | 477 | 74 | 62 |
| Binary | 11001100 | 110011 | 10011011 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CC339B
Complementary color
Monochromatic Colors of #CC339B
Black with #CC339B
Text Example
Text Example
White with #CC339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC339B; }
p { color: rgb(204,51,155); }
H1.HeaderClassName
{
color: #CC339B;
}
.AnyTagClassName
{
color: #CC339B;
}
</style>
background-color css
<style>
a { background-color: #CC339B; }
a { background-color: rgb(204,51,155); }
div.DivClassName
{
background-color: #CC339B;
}
.BgClassName
{
background-color: #CC339B;
}
</style>
border-color css
<style>
span { border-color: #CC339B; }
span { border-color: rgb(204,51,155); }
td.TdClassName
{
border-color: #CC339B;
}
.TagClassName
{
border-color: #CC339B;
}
</style>