Shades of Deep Cerise #CC388C
Tints of Deep Cerise #CC388C
RGB
CMYK
RGB Variations
Color information
#CC388C (or 0xCC388C) is known color: Deep Cerise. HEX triplet: CC, 38 and 8C. RGB value is (204,56,140). Sum of RGB (Red+Green+Blue) = 204+56+140=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC388C is #33C773. Grayscale: #6D6D6D. Windows color (decimal): -3393396 or 9189580. OLE color: 9189580.
HSL color Cylindrical-coordinate representation of color #CC388C: hue angle of 325.95º 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 #CC388C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 140 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.2 |
| HSL | 325.95º | 0.59% | 0.51% | - |
| HSV(B) | 325.95º | 0.73% | 0.8% | - |
| XYZ | 31.05 | 17.56 | 26.56 | - |
| YUV | 109.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 140 | 0 | 0.73 | 0.31 | 0.2 | 325.95 | 0.59 | 0.51 |
| Hex | CC | 38 | 8C | 0 | 49 | 1F | 14 | 146 | 3B | 33 |
| Octal | 314 | 70 | 214 | 0 | 111 | 37 | 24 | 506 | 73 | 63 |
| Binary | 11001100 | 111000 | 10001100 | 0 | 1001001 | 11111 | 10100 | 101000110 | 111011 | 110011 |
Color Harmonies of #CC388C
Complementary color
Monochromatic Colors of #CC388C
Black with #CC388C
Text Example
Text Example
White with #CC388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC388C; }
p { color: rgb(204,56,140); }
H1.HeaderClassName
{
color: #CC388C;
}
.AnyTagClassName
{
color: #CC388C;
}
</style>
background-color css
<style>
a { background-color: #CC388C; }
a { background-color: rgb(204,56,140); }
div.DivClassName
{
background-color: #CC388C;
}
.BgClassName
{
background-color: #CC388C;
}
</style>
border-color css
<style>
span { border-color: #CC388C; }
span { border-color: rgb(204,56,140); }
td.TdClassName
{
border-color: #CC388C;
}
.TagClassName
{
border-color: #CC388C;
}
</style>