Shades of Cerise #CD3C5C
Tints of Cerise #CD3C5C
RGB
CMYK
RGB Variations
Color information
#CD3C5C (or 0xCD3C5C) is known color: Cerise. HEX triplet: CD, 3C and 5C. RGB value is (205,60,92). Sum of RGB (Red+Green+Blue) = 205+60+92=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3C5C is #32C3A3. Grayscale: #6B6B6B. Windows color (decimal): -3326884 or 6044877. OLE color: 6044877.
HSL color Cylindrical-coordinate representation of color #CD3C5C: hue angle of 346.76º 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 #CD3C5C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 92 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.20 |
| HSL | 346.76º | 0.59% | 0.52% | - |
| HSV(B) | 346.76º | 0.71% | 0.8% | - |
| XYZ | 28.72 | 16.98 | 11.89 | - |
| YUV | 107 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 92 | 0 | 0.71 | 0.55 | 0.20 | 346.76 | 0.59 | 0.52 |
| Hex | CD | 3C | 5C | 0 | 47 | 37 | 14 | 15B | 3B | 34 |
| Octal | 315 | 74 | 134 | 0 | 107 | 67 | 24 | 533 | 73 | 64 |
| Binary | 11001101 | 111100 | 1011100 | 0 | 1000111 | 110111 | 10100 | 101011011 | 111011 | 110100 |
Color Harmonies of #CD3C5C
Complementary color
Monochromatic Colors of #CD3C5C
Black with #CD3C5C
Text Example
Text Example
White with #CD3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C5C; }
p { color: rgb(205,60,92); }
H1.HeaderClassName
{
color: #CD3C5C;
}
.AnyTagClassName
{
color: #CD3C5C;
}
</style>
background-color css
<style>
a { background-color: #CD3C5C; }
a { background-color: rgb(205,60,92); }
div.DivClassName
{
background-color: #CD3C5C;
}
.BgClassName
{
background-color: #CD3C5C;
}
</style>
border-color css
<style>
span { border-color: #CD3C5C; }
span { border-color: rgb(205,60,92); }
td.TdClassName
{
border-color: #CD3C5C;
}
.TagClassName
{
border-color: #CD3C5C;
}
</style>