Shades of Deep Cerise #CC318C
Tints of Deep Cerise #CC318C
RGB
CMYK
RGB Variations
Color information
#CC318C (or 0xCC318C) is known color: Deep Cerise. HEX triplet: CC, 31 and 8C. RGB value is (204,49,140). Sum of RGB (Red+Green+Blue) = 204+49+140=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC318C is #33CE73. Grayscale: #696969. Windows color (decimal): -3395188 or 9187788. OLE color: 9187788.
HSL color Cylindrical-coordinate representation of color #CC318C: hue angle of 324.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC318C is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 140 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.2 |
| HSL | 324.77º | 0.61% | 0.5% | - |
| HSV(B) | 324.77º | 0.76% | 0.8% | - |
| XYZ | 30.73 | 16.93 | 26.46 | - |
| YUV | 105.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 140 | 0 | 0.76 | 0.31 | 0.2 | 324.77 | 0.61 | 0.5 |
| Hex | CC | 31 | 8C | 0 | 4C | 1F | 14 | 145 | 3D | 32 |
| Octal | 314 | 61 | 214 | 0 | 114 | 37 | 24 | 505 | 75 | 62 |
| Binary | 11001100 | 110001 | 10001100 | 0 | 1001100 | 11111 | 10100 | 101000101 | 111101 | 110010 |
Color Harmonies of #CC318C
Complementary color
Monochromatic Colors of #CC318C
Black with #CC318C
Text Example
Text Example
White with #CC318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC318C; }
p { color: rgb(204,49,140); }
H1.HeaderClassName
{
color: #CC318C;
}
.AnyTagClassName
{
color: #CC318C;
}
</style>
background-color css
<style>
a { background-color: #CC318C; }
a { background-color: rgb(204,49,140); }
div.DivClassName
{
background-color: #CC318C;
}
.BgClassName
{
background-color: #CC318C;
}
</style>
border-color css
<style>
span { border-color: #CC318C; }
span { border-color: rgb(204,49,140); }
td.TdClassName
{
border-color: #CC318C;
}
.TagClassName
{
border-color: #CC318C;
}
</style>