Shades of Deep Cerise #CC3982
Tints of Deep Cerise #CC3982
RGB
CMYK
RGB Variations
Color information
#CC3982 (or 0xCC3982) is known color: Deep Cerise. HEX triplet: CC, 39 and 82. RGB value is (204,57,130). Sum of RGB (Red+Green+Blue) = 204+57+130=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3982 is #33C67D. Grayscale: #6D6D6D. Windows color (decimal): -3393150 or 8534476. OLE color: 8534476.
HSL color Cylindrical-coordinate representation of color #CC3982: hue angle of 330.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3982 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 130 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.2 |
| HSL | 330.2º | 0.59% | 0.51% | - |
| HSV(B) | 330.2º | 0.72% | 0.8% | - |
| XYZ | 30.39 | 17.38 | 22.87 | - |
| YUV | 109.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 130 | 0 | 0.72 | 0.36 | 0.2 | 330.2 | 0.59 | 0.51 |
| Hex | CC | 39 | 82 | 0 | 48 | 24 | 14 | 14A | 3B | 33 |
| Octal | 314 | 71 | 202 | 0 | 110 | 44 | 24 | 512 | 73 | 63 |
| Binary | 11001100 | 111001 | 10000010 | 0 | 1001000 | 100100 | 10100 | 101001010 | 111011 | 110011 |
Color Harmonies of #CC3982
Complementary color
Monochromatic Colors of #CC3982
Black with #CC3982
Text Example
Text Example
White with #CC3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3982; }
p { color: rgb(204,57,130); }
H1.HeaderClassName
{
color: #CC3982;
}
.AnyTagClassName
{
color: #CC3982;
}
</style>
background-color css
<style>
a { background-color: #CC3982; }
a { background-color: rgb(204,57,130); }
div.DivClassName
{
background-color: #CC3982;
}
.BgClassName
{
background-color: #CC3982;
}
</style>
border-color css
<style>
span { border-color: #CC3982; }
span { border-color: rgb(204,57,130); }
td.TdClassName
{
border-color: #CC3982;
}
.TagClassName
{
border-color: #CC3982;
}
</style>