Shades of Deep Cerise #CC378E
Tints of Deep Cerise #CC378E
RGB
CMYK
RGB Variations
Color information
#CC378E (or 0xCC378E) is known color: Deep Cerise. HEX triplet: CC, 37 and 8E. RGB value is (204,55,142). Sum of RGB (Red+Green+Blue) = 204+55+142=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC378E is #33C871. Grayscale: #6D6D6D. Windows color (decimal): -3393650 or 9320396. OLE color: 9320396.
HSL color Cylindrical-coordinate representation of color #CC378E: hue angle of 324.97º 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 #CC378E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 142 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.2 |
| HSL | 324.97º | 0.59% | 0.51% | - |
| HSV(B) | 324.97º | 0.73% | 0.8% | - |
| XYZ | 31.15 | 17.52 | 27.33 | - |
| YUV | 109.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 142 | 0 | 0.73 | 0.30 | 0.2 | 324.97 | 0.59 | 0.51 |
| Hex | CC | 37 | 8E | 0 | 49 | 1E | 14 | 145 | 3B | 33 |
| Octal | 314 | 67 | 216 | 0 | 111 | 36 | 24 | 505 | 73 | 63 |
| Binary | 11001100 | 110111 | 10001110 | 0 | 1001001 | 11110 | 10100 | 101000101 | 111011 | 110011 |
Color Harmonies of #CC378E
Complementary color
Monochromatic Colors of #CC378E
Black with #CC378E
Text Example
Text Example
White with #CC378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC378E; }
p { color: rgb(204,55,142); }
H1.HeaderClassName
{
color: #CC378E;
}
.AnyTagClassName
{
color: #CC378E;
}
</style>
background-color css
<style>
a { background-color: #CC378E; }
a { background-color: rgb(204,55,142); }
div.DivClassName
{
background-color: #CC378E;
}
.BgClassName
{
background-color: #CC378E;
}
</style>
border-color css
<style>
span { border-color: #CC378E; }
span { border-color: rgb(204,55,142); }
td.TdClassName
{
border-color: #CC378E;
}
.TagClassName
{
border-color: #CC378E;
}
</style>