Shades of Deep Cerise #CC377D
Tints of Deep Cerise #CC377D
RGB
CMYK
RGB Variations
Color information
#CC377D (or 0xCC377D) is known color: Deep Cerise. HEX triplet: CC, 37 and 7D. RGB value is (204,55,125). Sum of RGB (Red+Green+Blue) = 204+55+125=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377D is #33C882. Grayscale: #6B6B6B. Windows color (decimal): -3393667 or 8206284. OLE color: 8206284.
HSL color Cylindrical-coordinate representation of color #CC377D: hue angle of 331.81º 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 #CC377D is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 125 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.2 |
| HSL | 331.81º | 0.59% | 0.51% | - |
| HSV(B) | 331.81º | 0.73% | 0.8% | - |
| XYZ | 29.97 | 17.05 | 21.11 | - |
| YUV | 107.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 125 | 0 | 0.73 | 0.39 | 0.2 | 331.81 | 0.59 | 0.51 |
| Hex | CC | 37 | 7D | 0 | 49 | 27 | 14 | 14C | 3B | 33 |
| Octal | 314 | 67 | 175 | 0 | 111 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111101 | 0 | 1001001 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CC377D
Complementary color
Monochromatic Colors of #CC377D
Black with #CC377D
Text Example
Text Example
White with #CC377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC377D; }
p { color: rgb(204,55,125); }
H1.HeaderClassName
{
color: #CC377D;
}
.AnyTagClassName
{
color: #CC377D;
}
</style>
background-color css
<style>
a { background-color: #CC377D; }
a { background-color: rgb(204,55,125); }
div.DivClassName
{
background-color: #CC377D;
}
.BgClassName
{
background-color: #CC377D;
}
</style>
border-color css
<style>
span { border-color: #CC377D; }
span { border-color: rgb(204,55,125); }
td.TdClassName
{
border-color: #CC377D;
}
.TagClassName
{
border-color: #CC377D;
}
</style>