Shades of Deep Cerise #CC3099
Tints of Deep Cerise #CC3099
RGB
CMYK
RGB Variations
Color information
#CC3099 (or 0xCC3099) is known color: Deep Cerise. HEX triplet: CC, 30 and 99. RGB value is (204,48,153). Sum of RGB (Red+Green+Blue) = 204+48+153=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3099 is #33CF66. Grayscale: #6A6A6A. Windows color (decimal): -3395431 or 10039500. OLE color: 10039500.
HSL color Cylindrical-coordinate representation of color #CC3099: hue angle of 319.62º 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 #CC3099 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 153 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.2 |
| HSL | 319.62º | 0.62% | 0.49% | - |
| HSV(B) | 319.62º | 0.76% | 0.8% | - |
| XYZ | 31.71 | 17.25 | 31.8 | - |
| YUV | 106.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 153 | 0 | 0.76 | 0.25 | 0.2 | 319.62 | 0.62 | 0.49 |
| Hex | CC | 30 | 99 | 0 | 4C | 19 | 14 | 140 | 3E | 31 |
| Octal | 314 | 60 | 231 | 0 | 114 | 31 | 24 | 500 | 76 | 61 |
| Binary | 11001100 | 110000 | 10011001 | 0 | 1001100 | 11001 | 10100 | 101000000 | 111110 | 110001 |
Color Harmonies of #CC3099
Complementary color
Monochromatic Colors of #CC3099
Black with #CC3099
Text Example
Text Example
White with #CC3099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3099; }
p { color: rgb(204,48,153); }
H1.HeaderClassName
{
color: #CC3099;
}
.AnyTagClassName
{
color: #CC3099;
}
</style>
background-color css
<style>
a { background-color: #CC3099; }
a { background-color: rgb(204,48,153); }
div.DivClassName
{
background-color: #CC3099;
}
.BgClassName
{
background-color: #CC3099;
}
</style>
border-color css
<style>
span { border-color: #CC3099; }
span { border-color: rgb(204,48,153); }
td.TdClassName
{
border-color: #CC3099;
}
.TagClassName
{
border-color: #CC3099;
}
</style>