Shades of Deep Cerise #CC3182
Tints of Deep Cerise #CC3182
RGB
CMYK
RGB Variations
Color information
#CC3182 (or 0xCC3182) is known color: Deep Cerise. HEX triplet: CC, 31 and 82. RGB value is (204,49,130). Sum of RGB (Red+Green+Blue) = 204+49+130=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3182 is #33CE7D. Grayscale: #686868. Windows color (decimal): -3395198 or 8532428. OLE color: 8532428.
HSL color Cylindrical-coordinate representation of color #CC3182: hue angle of 328.65º 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 #CC3182 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 130 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.2 |
| HSL | 328.65º | 0.61% | 0.5% | - |
| HSV(B) | 328.65º | 0.76% | 0.8% | - |
| XYZ | 30.03 | 16.65 | 22.75 | - |
| YUV | 104.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 130 | 0 | 0.76 | 0.36 | 0.2 | 328.65 | 0.61 | 0.5 |
| Hex | CC | 31 | 82 | 0 | 4C | 24 | 14 | 149 | 3D | 32 |
| Octal | 314 | 61 | 202 | 0 | 114 | 44 | 24 | 511 | 75 | 62 |
| Binary | 11001100 | 110001 | 10000010 | 0 | 1001100 | 100100 | 10100 | 101001001 | 111101 | 110010 |
Color Harmonies of #CC3182
Complementary color
Monochromatic Colors of #CC3182
Black with #CC3182
Text Example
Text Example
White with #CC3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3182; }
p { color: rgb(204,49,130); }
H1.HeaderClassName
{
color: #CC3182;
}
.AnyTagClassName
{
color: #CC3182;
}
</style>
background-color css
<style>
a { background-color: #CC3182; }
a { background-color: rgb(204,49,130); }
div.DivClassName
{
background-color: #CC3182;
}
.BgClassName
{
background-color: #CC3182;
}
</style>
border-color css
<style>
span { border-color: #CC3182; }
span { border-color: rgb(204,49,130); }
td.TdClassName
{
border-color: #CC3182;
}
.TagClassName
{
border-color: #CC3182;
}
</style>