Shades of Cerise #CD2471
Tints of Cerise #CD2471
RGB
CMYK
RGB Variations
Color information
#CD2471 (or 0xCD2471) is known color: Cerise. HEX triplet: CD, 24 and 71. RGB value is (205,36,113). Sum of RGB (Red+Green+Blue) = 205+36+113=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2471 is #32DB8E. Grayscale: #5F5F5F. Windows color (decimal): -3333007 or 7414989. OLE color: 7414989.
HSL color Cylindrical-coordinate representation of color #CD2471: hue angle of 332.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2471 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 113 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.20 |
| HSL | 332.66º | 0.7% | 0.47% | - |
| HSV(B) | 332.66º | 0.82% | 0.8% | - |
| XYZ | 28.79 | 15.43 | 17.08 | - |
| YUV | 95.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 113 | 0 | 0.82 | 0.45 | 0.20 | 332.66 | 0.7 | 0.47 |
| Hex | CD | 24 | 71 | 0 | 52 | 2D | 14 | 14D | 46 | 2F |
| Octal | 315 | 44 | 161 | 0 | 122 | 55 | 24 | 515 | 106 | 57 |
| Binary | 11001101 | 100100 | 1110001 | 0 | 1010010 | 101101 | 10100 | 101001101 | 1000110 | 101111 |
Color Harmonies of #CD2471
Complementary color
Monochromatic Colors of #CD2471
Black with #CD2471
Text Example
Text Example
White with #CD2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2471; }
p { color: rgb(205,36,113); }
H1.HeaderClassName
{
color: #CD2471;
}
.AnyTagClassName
{
color: #CD2471;
}
</style>
background-color css
<style>
a { background-color: #CD2471; }
a { background-color: rgb(205,36,113); }
div.DivClassName
{
background-color: #CD2471;
}
.BgClassName
{
background-color: #CD2471;
}
</style>
border-color css
<style>
span { border-color: #CD2471; }
span { border-color: rgb(205,36,113); }
td.TdClassName
{
border-color: #CD2471;
}
.TagClassName
{
border-color: #CD2471;
}
</style>