Shades of Deep Cerise #CC377F
Tints of Deep Cerise #CC377F
RGB
CMYK
RGB Variations
Color information
#CC377F (or 0xCC377F) is known color: Deep Cerise. HEX triplet: CC, 37 and 7F. RGB value is (204,55,127). Sum of RGB (Red+Green+Blue) = 204+55+127=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377F is #33C880. Grayscale: #6B6B6B. Windows color (decimal): -3393665 or 8337356. OLE color: 8337356.
HSL color Cylindrical-coordinate representation of color #CC377F: hue angle of 331.01º 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 #CC377F is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 127 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.2 |
| HSL | 331.01º | 0.59% | 0.51% | - |
| HSV(B) | 331.01º | 0.73% | 0.8% | - |
| XYZ | 30.1 | 17.1 | 21.79 | - |
| YUV | 107.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 127 | 0 | 0.73 | 0.38 | 0.2 | 331.01 | 0.59 | 0.51 |
| Hex | CC | 37 | 7F | 0 | 49 | 26 | 14 | 14B | 3B | 33 |
| Octal | 314 | 67 | 177 | 0 | 111 | 46 | 24 | 513 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111111 | 0 | 1001001 | 100110 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CC377F
Complementary color
Monochromatic Colors of #CC377F
Black with #CC377F
Text Example
Text Example
White with #CC377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC377F; }
p { color: rgb(204,55,127); }
H1.HeaderClassName
{
color: #CC377F;
}
.AnyTagClassName
{
color: #CC377F;
}
</style>
background-color css
<style>
a { background-color: #CC377F; }
a { background-color: rgb(204,55,127); }
div.DivClassName
{
background-color: #CC377F;
}
.BgClassName
{
background-color: #CC377F;
}
</style>
border-color css
<style>
span { border-color: #CC377F; }
span { border-color: rgb(204,55,127); }
td.TdClassName
{
border-color: #CC377F;
}
.TagClassName
{
border-color: #CC377F;
}
</style>