Shades of Deep Cerise #CC319A
Tints of Deep Cerise #CC319A
RGB
CMYK
RGB Variations
Color information
#CC319A (or 0xCC319A) is known color: Deep Cerise. HEX triplet: CC, 31 and 9A. RGB value is (204,49,154). Sum of RGB (Red+Green+Blue) = 204+49+154=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC319A is #33CE65. Grayscale: #6B6B6B. Windows color (decimal): -3395174 or 10105292. OLE color: 10105292.
HSL color Cylindrical-coordinate representation of color #CC319A: hue angle of 319.35º 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 #CC319A is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 154 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.2 |
| HSL | 319.35º | 0.61% | 0.5% | - |
| HSV(B) | 319.35º | 0.76% | 0.8% | - |
| XYZ | 31.83 | 17.37 | 32.25 | - |
| YUV | 107.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 154 | 0 | 0.76 | 0.25 | 0.2 | 319.35 | 0.61 | 0.5 |
| Hex | CC | 31 | 9A | 0 | 4C | 19 | 14 | 13F | 3D | 32 |
| Octal | 314 | 61 | 232 | 0 | 114 | 31 | 24 | 477 | 75 | 62 |
| Binary | 11001100 | 110001 | 10011010 | 0 | 1001100 | 11001 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CC319A
Complementary color
Monochromatic Colors of #CC319A
Black with #CC319A
Text Example
Text Example
White with #CC319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC319A; }
p { color: rgb(204,49,154); }
H1.HeaderClassName
{
color: #CC319A;
}
.AnyTagClassName
{
color: #CC319A;
}
</style>
background-color css
<style>
a { background-color: #CC319A; }
a { background-color: rgb(204,49,154); }
div.DivClassName
{
background-color: #CC319A;
}
.BgClassName
{
background-color: #CC319A;
}
</style>
border-color css
<style>
span { border-color: #CC319A; }
span { border-color: rgb(204,49,154); }
td.TdClassName
{
border-color: #CC319A;
}
.TagClassName
{
border-color: #CC319A;
}
</style>