Shades of Deep Cerise #CC3981
Tints of Deep Cerise #CC3981
RGB
CMYK
RGB Variations
Color information
#CC3981 (or 0xCC3981) is known color: Deep Cerise. HEX triplet: CC, 39 and 81. RGB value is (204,57,129). Sum of RGB (Red+Green+Blue) = 204+57+129=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3981 is #33C67E. Grayscale: #6D6D6D. Windows color (decimal): -3393151 or 8468940. OLE color: 8468940.
HSL color Cylindrical-coordinate representation of color #CC3981: hue angle of 330.61º 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 #CC3981 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 129 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.2 |
| HSL | 330.61º | 0.59% | 0.51% | - |
| HSV(B) | 330.61º | 0.72% | 0.8% | - |
| XYZ | 30.33 | 17.35 | 22.52 | - |
| YUV | 109.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 129 | 0 | 0.72 | 0.37 | 0.2 | 330.61 | 0.59 | 0.51 |
| Hex | CC | 39 | 81 | 0 | 48 | 25 | 14 | 14B | 3B | 33 |
| Octal | 314 | 71 | 201 | 0 | 110 | 45 | 24 | 513 | 73 | 63 |
| Binary | 11001100 | 111001 | 10000001 | 0 | 1001000 | 100101 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CC3981
Complementary color
Monochromatic Colors of #CC3981
Black with #CC3981
Text Example
Text Example
White with #CC3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3981; }
p { color: rgb(204,57,129); }
H1.HeaderClassName
{
color: #CC3981;
}
.AnyTagClassName
{
color: #CC3981;
}
</style>
background-color css
<style>
a { background-color: #CC3981; }
a { background-color: rgb(204,57,129); }
div.DivClassName
{
background-color: #CC3981;
}
.BgClassName
{
background-color: #CC3981;
}
</style>
border-color css
<style>
span { border-color: #CC3981; }
span { border-color: rgb(204,57,129); }
td.TdClassName
{
border-color: #CC3981;
}
.TagClassName
{
border-color: #CC3981;
}
</style>