Shades of Deep Cerise #CC377E
Tints of Deep Cerise #CC377E
RGB
CMYK
RGB Variations
Color information
#CC377E (or 0xCC377E) is known color: Deep Cerise. HEX triplet: CC, 37 and 7E. RGB value is (204,55,126). Sum of RGB (Red+Green+Blue) = 204+55+126=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377E is #33C881. Grayscale: #6B6B6B. Windows color (decimal): -3393666 or 8271820. OLE color: 8271820.
HSL color Cylindrical-coordinate representation of color #CC377E: hue angle of 331.41º 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 #CC377E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 126 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.2 |
| HSL | 331.41º | 0.59% | 0.51% | - |
| HSV(B) | 331.41º | 0.73% | 0.8% | - |
| XYZ | 30.03 | 17.08 | 21.45 | - |
| YUV | 107.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 126 | 0 | 0.73 | 0.38 | 0.2 | 331.41 | 0.59 | 0.51 |
| Hex | CC | 37 | 7E | 0 | 49 | 26 | 14 | 14B | 3B | 33 |
| Octal | 314 | 67 | 176 | 0 | 111 | 46 | 24 | 513 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111110 | 0 | 1001001 | 100110 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CC377E
Complementary color
Monochromatic Colors of #CC377E
Black with #CC377E
Text Example
Text Example
White with #CC377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC377E; }
p { color: rgb(204,55,126); }
H1.HeaderClassName
{
color: #CC377E;
}
.AnyTagClassName
{
color: #CC377E;
}
</style>
background-color css
<style>
a { background-color: #CC377E; }
a { background-color: rgb(204,55,126); }
div.DivClassName
{
background-color: #CC377E;
}
.BgClassName
{
background-color: #CC377E;
}
</style>
border-color css
<style>
span { border-color: #CC377E; }
span { border-color: rgb(204,55,126); }
td.TdClassName
{
border-color: #CC377E;
}
.TagClassName
{
border-color: #CC377E;
}
</style>