Shades of Deep Cerise #CC387D
Tints of Deep Cerise #CC387D
RGB
CMYK
RGB Variations
Color information
#CC387D (or 0xCC387D) is known color: Deep Cerise. HEX triplet: CC, 38 and 7D. RGB value is (204,56,125). Sum of RGB (Red+Green+Blue) = 204+56+125=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC387D is #33C782. Grayscale: #6B6B6B. Windows color (decimal): -3393411 or 8206540. OLE color: 8206540.
HSL color Cylindrical-coordinate representation of color #CC387D: hue angle of 332.03º 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 #CC387D is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 125 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.2 |
| HSL | 332.03º | 0.59% | 0.51% | - |
| HSV(B) | 332.03º | 0.73% | 0.8% | - |
| XYZ | 30.02 | 17.15 | 21.13 | - |
| YUV | 108.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 125 | 0 | 0.73 | 0.39 | 0.2 | 332.03 | 0.59 | 0.51 |
| Hex | CC | 38 | 7D | 0 | 49 | 27 | 14 | 14C | 3B | 33 |
| Octal | 314 | 70 | 175 | 0 | 111 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001100 | 111000 | 1111101 | 0 | 1001001 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CC387D
Complementary color
Monochromatic Colors of #CC387D
Black with #CC387D
Text Example
Text Example
White with #CC387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC387D; }
p { color: rgb(204,56,125); }
H1.HeaderClassName
{
color: #CC387D;
}
.AnyTagClassName
{
color: #CC387D;
}
</style>
background-color css
<style>
a { background-color: #CC387D; }
a { background-color: rgb(204,56,125); }
div.DivClassName
{
background-color: #CC387D;
}
.BgClassName
{
background-color: #CC387D;
}
</style>
border-color css
<style>
span { border-color: #CC387D; }
span { border-color: rgb(204,56,125); }
td.TdClassName
{
border-color: #CC387D;
}
.TagClassName
{
border-color: #CC387D;
}
</style>