Shades of Deep Cerise #CC308F
Tints of Deep Cerise #CC308F
RGB
CMYK
RGB Variations
Color information
#CC308F (or 0xCC308F) is known color: Deep Cerise. HEX triplet: CC, 30 and 8F. RGB value is (204,48,143). Sum of RGB (Red+Green+Blue) = 204+48+143=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC308F is #33CF70. Grayscale: #696969. Windows color (decimal): -3395441 or 9384140. OLE color: 9384140.
HSL color Cylindrical-coordinate representation of color #CC308F: hue angle of 323.46º 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 #CC308F is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 143 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.2 |
| HSL | 323.46º | 0.62% | 0.49% | - |
| HSV(B) | 323.46º | 0.76% | 0.8% | - |
| XYZ | 30.92 | 16.93 | 27.63 | - |
| YUV | 105.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 143 | 0 | 0.76 | 0.30 | 0.2 | 323.46 | 0.62 | 0.49 |
| Hex | CC | 30 | 8F | 0 | 4C | 1E | 14 | 143 | 3E | 31 |
| Octal | 314 | 60 | 217 | 0 | 114 | 36 | 24 | 503 | 76 | 61 |
| Binary | 11001100 | 110000 | 10001111 | 0 | 1001100 | 11110 | 10100 | 101000011 | 111110 | 110001 |
Color Harmonies of #CC308F
Complementary color
Monochromatic Colors of #CC308F
Black with #CC308F
Text Example
Text Example
White with #CC308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC308F; }
p { color: rgb(204,48,143); }
H1.HeaderClassName
{
color: #CC308F;
}
.AnyTagClassName
{
color: #CC308F;
}
</style>
background-color css
<style>
a { background-color: #CC308F; }
a { background-color: rgb(204,48,143); }
div.DivClassName
{
background-color: #CC308F;
}
.BgClassName
{
background-color: #CC308F;
}
</style>
border-color css
<style>
span { border-color: #CC308F; }
span { border-color: rgb(204,48,143); }
td.TdClassName
{
border-color: #CC308F;
}
.TagClassName
{
border-color: #CC308F;
}
</style>