Shades of Deep Cerise #CC337E
Tints of Deep Cerise #CC337E
RGB
CMYK
RGB Variations
Color information
#CC337E (or 0xCC337E) is known color: Deep Cerise. HEX triplet: CC, 33 and 7E. RGB value is (204,51,126). Sum of RGB (Red+Green+Blue) = 204+51+126=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC337E is #33CC81. Grayscale: #696969. Windows color (decimal): -3394690 or 8270796. OLE color: 8270796.
HSL color Cylindrical-coordinate representation of color #CC337E: hue angle of 330.59º 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 #CC337E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 126 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.2 |
| HSL | 330.59º | 0.6% | 0.5% | - |
| HSV(B) | 330.59º | 0.75% | 0.8% | - |
| XYZ | 29.85 | 16.71 | 21.39 | - |
| YUV | 105.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 126 | 0 | 0.75 | 0.38 | 0.2 | 330.59 | 0.6 | 0.5 |
| Hex | CC | 33 | 7E | 0 | 4B | 26 | 14 | 14B | 3C | 32 |
| Octal | 314 | 63 | 176 | 0 | 113 | 46 | 24 | 513 | 74 | 62 |
| Binary | 11001100 | 110011 | 1111110 | 0 | 1001011 | 100110 | 10100 | 101001011 | 111100 | 110010 |
Color Harmonies of #CC337E
Complementary color
Monochromatic Colors of #CC337E
Black with #CC337E
Text Example
Text Example
White with #CC337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC337E; }
p { color: rgb(204,51,126); }
H1.HeaderClassName
{
color: #CC337E;
}
.AnyTagClassName
{
color: #CC337E;
}
</style>
background-color css
<style>
a { background-color: #CC337E; }
a { background-color: rgb(204,51,126); }
div.DivClassName
{
background-color: #CC337E;
}
.BgClassName
{
background-color: #CC337E;
}
</style>
border-color css
<style>
span { border-color: #CC337E; }
span { border-color: rgb(204,51,126); }
td.TdClassName
{
border-color: #CC337E;
}
.TagClassName
{
border-color: #CC337E;
}
</style>