Shades of Deep Cerise #CC337A
Tints of Deep Cerise #CC337A
RGB
CMYK
RGB Variations
Color information
#CC337A (or 0xCC337A) is known color: Deep Cerise. HEX triplet: CC, 33 and 7A. RGB value is (204,51,122). Sum of RGB (Red+Green+Blue) = 204+51+122=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC337A is #33CC85. Grayscale: #686868. Windows color (decimal): -3394694 or 8008652. OLE color: 8008652.
HSL color Cylindrical-coordinate representation of color #CC337A: hue angle of 332.16º 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 #CC337A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 122 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.2 |
| HSL | 332.16º | 0.6% | 0.5% | - |
| HSV(B) | 332.16º | 0.75% | 0.8% | - |
| XYZ | 29.6 | 16.61 | 20.06 | - |
| YUV | 104.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 122 | 0 | 0.75 | 0.40 | 0.2 | 332.16 | 0.6 | 0.5 |
| Hex | CC | 33 | 7A | 0 | 4B | 28 | 14 | 14C | 3C | 32 |
| Octal | 314 | 63 | 172 | 0 | 113 | 50 | 24 | 514 | 74 | 62 |
| Binary | 11001100 | 110011 | 1111010 | 0 | 1001011 | 101000 | 10100 | 101001100 | 111100 | 110010 |
Color Harmonies of #CC337A
Complementary color
Monochromatic Colors of #CC337A
Black with #CC337A
Text Example
Text Example
White with #CC337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC337A; }
p { color: rgb(204,51,122); }
H1.HeaderClassName
{
color: #CC337A;
}
.AnyTagClassName
{
color: #CC337A;
}
</style>
background-color css
<style>
a { background-color: #CC337A; }
a { background-color: rgb(204,51,122); }
div.DivClassName
{
background-color: #CC337A;
}
.BgClassName
{
background-color: #CC337A;
}
</style>
border-color css
<style>
span { border-color: #CC337A; }
span { border-color: rgb(204,51,122); }
td.TdClassName
{
border-color: #CC337A;
}
.TagClassName
{
border-color: #CC337A;
}
</style>