Shades of Deep Cerise #CC318F
Tints of Deep Cerise #CC318F
RGB
CMYK
RGB Variations
Color information
#CC318F (or 0xCC318F) is known color: Deep Cerise. HEX triplet: CC, 31 and 8F. RGB value is (204,49,143). Sum of RGB (Red+Green+Blue) = 204+49+143=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC318F is #33CE70. Grayscale: #696969. Windows color (decimal): -3395185 or 9384396. OLE color: 9384396.
HSL color Cylindrical-coordinate representation of color #CC318F: hue angle of 323.61º 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 #CC318F is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 143 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.2 |
| HSL | 323.61º | 0.61% | 0.5% | - |
| HSV(B) | 323.61º | 0.76% | 0.8% | - |
| XYZ | 30.96 | 17.02 | 27.64 | - |
| YUV | 106.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 143 | 0 | 0.76 | 0.30 | 0.2 | 323.61 | 0.61 | 0.5 |
| Hex | CC | 31 | 8F | 0 | 4C | 1E | 14 | 144 | 3D | 32 |
| Octal | 314 | 61 | 217 | 0 | 114 | 36 | 24 | 504 | 75 | 62 |
| Binary | 11001100 | 110001 | 10001111 | 0 | 1001100 | 11110 | 10100 | 101000100 | 111101 | 110010 |
Color Harmonies of #CC318F
Complementary color
Monochromatic Colors of #CC318F
Black with #CC318F
Text Example
Text Example
White with #CC318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC318F; }
p { color: rgb(204,49,143); }
H1.HeaderClassName
{
color: #CC318F;
}
.AnyTagClassName
{
color: #CC318F;
}
</style>
background-color css
<style>
a { background-color: #CC318F; }
a { background-color: rgb(204,49,143); }
div.DivClassName
{
background-color: #CC318F;
}
.BgClassName
{
background-color: #CC318F;
}
</style>
border-color css
<style>
span { border-color: #CC318F; }
span { border-color: rgb(204,49,143); }
td.TdClassName
{
border-color: #CC318F;
}
.TagClassName
{
border-color: #CC318F;
}
</style>