Shades of Deep Cerise #CC3088
Tints of Deep Cerise #CC3088
RGB
CMYK
RGB Variations
Color information
#CC3088 (or 0xCC3088) is known color: Deep Cerise. HEX triplet: CC, 30 and 88. RGB value is (204,48,136). Sum of RGB (Red+Green+Blue) = 204+48+136=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3088 is #33CF77. Grayscale: #686868. Windows color (decimal): -3395448 or 8925388. OLE color: 8925388.
HSL color Cylindrical-coordinate representation of color #CC3088: hue angle of 326.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3088 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 136 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.2 |
| HSL | 326.15º | 0.62% | 0.49% | - |
| HSV(B) | 326.15º | 0.76% | 0.8% | - |
| XYZ | 30.4 | 16.73 | 24.92 | - |
| YUV | 104.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 136 | 0 | 0.76 | 0.33 | 0.2 | 326.15 | 0.62 | 0.49 |
| Hex | CC | 30 | 88 | 0 | 4C | 21 | 14 | 146 | 3E | 31 |
| Octal | 314 | 60 | 210 | 0 | 114 | 41 | 24 | 506 | 76 | 61 |
| Binary | 11001100 | 110000 | 10001000 | 0 | 1001100 | 100001 | 10100 | 101000110 | 111110 | 110001 |
Color Harmonies of #CC3088
Complementary color
Monochromatic Colors of #CC3088
Black with #CC3088
Text Example
Text Example
White with #CC3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3088; }
p { color: rgb(204,48,136); }
H1.HeaderClassName
{
color: #CC3088;
}
.AnyTagClassName
{
color: #CC3088;
}
</style>
background-color css
<style>
a { background-color: #CC3088; }
a { background-color: rgb(204,48,136); }
div.DivClassName
{
background-color: #CC3088;
}
.BgClassName
{
background-color: #CC3088;
}
</style>
border-color css
<style>
span { border-color: #CC3088; }
span { border-color: rgb(204,48,136); }
td.TdClassName
{
border-color: #CC3088;
}
.TagClassName
{
border-color: #CC3088;
}
</style>