Shades of Cerise #CD3C72
Tints of Cerise #CD3C72
RGB
CMYK
RGB Variations
Color information
#CD3C72 (or 0xCD3C72) is known color: Cerise. HEX triplet: CD, 3C and 72. RGB value is (205,60,114). Sum of RGB (Red+Green+Blue) = 205+60+114=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3C72 is #32C38D. Grayscale: #6D6D6D. Windows color (decimal): -3326862 or 7486669. OLE color: 7486669.
HSL color Cylindrical-coordinate representation of color #CD3C72: hue angle of 337.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3C72 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 114 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.20 |
| HSL | 337.66º | 0.59% | 0.52% | - |
| HSV(B) | 337.66º | 0.71% | 0.8% | - |
| XYZ | 29.83 | 17.43 | 17.71 | - |
| YUV | 109.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 114 | 0 | 0.71 | 0.44 | 0.20 | 337.66 | 0.59 | 0.52 |
| Hex | CD | 3C | 72 | 0 | 47 | 2C | 14 | 152 | 3B | 34 |
| Octal | 315 | 74 | 162 | 0 | 107 | 54 | 24 | 522 | 73 | 64 |
| Binary | 11001101 | 111100 | 1110010 | 0 | 1000111 | 101100 | 10100 | 101010010 | 111011 | 110100 |
Color Harmonies of #CD3C72
Complementary color
Monochromatic Colors of #CD3C72
Black with #CD3C72
Text Example
Text Example
White with #CD3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C72; }
p { color: rgb(205,60,114); }
H1.HeaderClassName
{
color: #CD3C72;
}
.AnyTagClassName
{
color: #CD3C72;
}
</style>
background-color css
<style>
a { background-color: #CD3C72; }
a { background-color: rgb(205,60,114); }
div.DivClassName
{
background-color: #CD3C72;
}
.BgClassName
{
background-color: #CD3C72;
}
</style>
border-color css
<style>
span { border-color: #CD3C72; }
span { border-color: rgb(205,60,114); }
td.TdClassName
{
border-color: #CD3C72;
}
.TagClassName
{
border-color: #CD3C72;
}
</style>