Shades of Cerise #CD375C
Tints of Cerise #CD375C
RGB
CMYK
RGB Variations
Color information
#CD375C (or 0xCD375C) is known color: Cerise. HEX triplet: CD, 37 and 5C. RGB value is (205,55,92). Sum of RGB (Red+Green+Blue) = 205+55+92=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD375C is #32C8A3. Grayscale: #686868. Windows color (decimal): -3328164 or 6043597. OLE color: 6043597.
HSL color Cylindrical-coordinate representation of color #CD375C: hue angle of 345.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD375C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 92 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.20 |
| HSL | 345.2º | 0.6% | 0.51% | - |
| HSV(B) | 345.2º | 0.73% | 0.8% | - |
| XYZ | 28.47 | 16.48 | 11.81 | - |
| YUV | 104.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 92 | 0 | 0.73 | 0.55 | 0.20 | 345.2 | 0.6 | 0.51 |
| Hex | CD | 37 | 5C | 0 | 49 | 37 | 14 | 159 | 3C | 33 |
| Octal | 315 | 67 | 134 | 0 | 111 | 67 | 24 | 531 | 74 | 63 |
| Binary | 11001101 | 110111 | 1011100 | 0 | 1001001 | 110111 | 10100 | 101011001 | 111100 | 110011 |
Color Harmonies of #CD375C
Complementary color
Monochromatic Colors of #CD375C
Black with #CD375C
Text Example
Text Example
White with #CD375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD375C; }
p { color: rgb(205,55,92); }
H1.HeaderClassName
{
color: #CD375C;
}
.AnyTagClassName
{
color: #CD375C;
}
</style>
background-color css
<style>
a { background-color: #CD375C; }
a { background-color: rgb(205,55,92); }
div.DivClassName
{
background-color: #CD375C;
}
.BgClassName
{
background-color: #CD375C;
}
</style>
border-color css
<style>
span { border-color: #CD375C; }
span { border-color: rgb(205,55,92); }
td.TdClassName
{
border-color: #CD375C;
}
.TagClassName
{
border-color: #CD375C;
}
</style>