Shades of Deep Cerise #CC308B
Tints of Deep Cerise #CC308B
RGB
CMYK
RGB Variations
Color information
#CC308B (or 0xCC308B) is known color: Deep Cerise. HEX triplet: CC, 30 and 8B. RGB value is (204,48,139). Sum of RGB (Red+Green+Blue) = 204+48+139=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC308B is #33CF74. Grayscale: #686868. Windows color (decimal): -3395445 or 9121996. OLE color: 9121996.
HSL color Cylindrical-coordinate representation of color #CC308B: hue angle of 325º 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 #CC308B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 139 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.2 |
| HSL | 325º | 0.62% | 0.49% | - |
| HSV(B) | 325º | 0.76% | 0.8% | - |
| XYZ | 30.62 | 16.82 | 26.06 | - |
| YUV | 105.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 139 | 0 | 0.76 | 0.32 | 0.2 | 325 | 0.62 | 0.49 |
| Hex | CC | 30 | 8B | 0 | 4C | 20 | 14 | 145 | 3E | 31 |
| Octal | 314 | 60 | 213 | 0 | 114 | 40 | 24 | 505 | 76 | 61 |
| Binary | 11001100 | 110000 | 10001011 | 0 | 1001100 | 100000 | 10100 | 101000101 | 111110 | 110001 |
Color Harmonies of #CC308B
Complementary color
Monochromatic Colors of #CC308B
Black with #CC308B
Text Example
Text Example
White with #CC308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC308B; }
p { color: rgb(204,48,139); }
H1.HeaderClassName
{
color: #CC308B;
}
.AnyTagClassName
{
color: #CC308B;
}
</style>
background-color css
<style>
a { background-color: #CC308B; }
a { background-color: rgb(204,48,139); }
div.DivClassName
{
background-color: #CC308B;
}
.BgClassName
{
background-color: #CC308B;
}
</style>
border-color css
<style>
span { border-color: #CC308B; }
span { border-color: rgb(204,48,139); }
td.TdClassName
{
border-color: #CC308B;
}
.TagClassName
{
border-color: #CC308B;
}
</style>