Shades of Deep Cerise #CC377C
Tints of Deep Cerise #CC377C
RGB
CMYK
RGB Variations
Color information
#CC377C (or 0xCC377C) is known color: Deep Cerise. HEX triplet: CC, 37 and 7C. RGB value is (204,55,124). Sum of RGB (Red+Green+Blue) = 204+55+124=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377C is #33C883. Grayscale: #6B6B6B. Windows color (decimal): -3393668 or 8140748. OLE color: 8140748.
HSL color Cylindrical-coordinate representation of color #CC377C: hue angle of 332.21º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC377C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 124 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.2 |
| HSL | 332.21º | 0.59% | 0.51% | - |
| HSV(B) | 332.21º | 0.73% | 0.8% | - |
| XYZ | 29.91 | 17.02 | 20.78 | - |
| YUV | 107.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 124 | 0 | 0.73 | 0.39 | 0.2 | 332.21 | 0.59 | 0.51 |
| Hex | CC | 37 | 7C | 0 | 49 | 27 | 14 | 14C | 3B | 33 |
| Octal | 314 | 67 | 174 | 0 | 111 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111100 | 0 | 1001001 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CC377C
Complementary color
Monochromatic Colors of #CC377C
Black with #CC377C
Text Example
Text Example
White with #CC377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC377C; }
p { color: rgb(204,55,124); }
H1.HeaderClassName
{
color: #CC377C;
}
.AnyTagClassName
{
color: #CC377C;
}
</style>
background-color css
<style>
a { background-color: #CC377C; }
a { background-color: rgb(204,55,124); }
div.DivClassName
{
background-color: #CC377C;
}
.BgClassName
{
background-color: #CC377C;
}
</style>
border-color css
<style>
span { border-color: #CC377C; }
span { border-color: rgb(204,55,124); }
td.TdClassName
{
border-color: #CC377C;
}
.TagClassName
{
border-color: #CC377C;
}
</style>