Shades of Cerise #CD215C
Tints of Cerise #CD215C
RGB
CMYK
RGB Variations
Color information
#CD215C (or 0xCD215C) is known color: Cerise. HEX triplet: CD, 21 and 5C. RGB value is (205,33,92). Sum of RGB (Red+Green+Blue) = 205+33+92=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD215C is #32DEA3. Grayscale: #5B5B5B. Windows color (decimal): -3333796 or 6037965. OLE color: 6037965.
HSL color Cylindrical-coordinate representation of color #CD215C: hue angle of 339.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD215C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 92 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.20 |
| HSL | 339.42º | 0.72% | 0.47% | - |
| HSV(B) | 339.42º | 0.84% | 0.8% | - |
| XYZ | 27.65 | 14.84 | 11.53 | - |
| YUV | 91.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 92 | 0 | 0.84 | 0.55 | 0.20 | 339.42 | 0.72 | 0.47 |
| Hex | CD | 21 | 5C | 0 | 54 | 37 | 14 | 153 | 48 | 2F |
| Octal | 315 | 41 | 134 | 0 | 124 | 67 | 24 | 523 | 110 | 57 |
| Binary | 11001101 | 100001 | 1011100 | 0 | 1010100 | 110111 | 10100 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CD215C
Complementary color
Monochromatic Colors of #CD215C
Black with #CD215C
Text Example
Text Example
White with #CD215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD215C; }
p { color: rgb(205,33,92); }
H1.HeaderClassName
{
color: #CD215C;
}
.AnyTagClassName
{
color: #CD215C;
}
</style>
background-color css
<style>
a { background-color: #CD215C; }
a { background-color: rgb(205,33,92); }
div.DivClassName
{
background-color: #CD215C;
}
.BgClassName
{
background-color: #CD215C;
}
</style>
border-color css
<style>
span { border-color: #CD215C; }
span { border-color: rgb(205,33,92); }
td.TdClassName
{
border-color: #CD215C;
}
.TagClassName
{
border-color: #CD215C;
}
</style>