Shades of Deep Cerise #CD378D
Tints of Deep Cerise #CD378D
RGB
CMYK
RGB Variations
Color information
#CD378D (or 0xCD378D) is known color: Deep Cerise. HEX triplet: CD, 37 and 8D. RGB value is (205,55,141). Sum of RGB (Red+Green+Blue) = 205+55+141=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD378D is #32C872. Grayscale: #6D6D6D. Windows color (decimal): -3328115 or 9254861. OLE color: 9254861.
HSL color Cylindrical-coordinate representation of color #CD378D: hue angle of 325.6º 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 #CD378D is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 141 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.20 |
| HSL | 325.6º | 0.6% | 0.51% | - |
| HSV(B) | 325.6º | 0.73% | 0.8% | - |
| XYZ | 31.35 | 17.63 | 26.95 | - |
| YUV | 109.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 141 | 0 | 0.73 | 0.31 | 0.20 | 325.6 | 0.6 | 0.51 |
| Hex | CD | 37 | 8D | 0 | 49 | 1F | 14 | 146 | 3C | 33 |
| Octal | 315 | 67 | 215 | 0 | 111 | 37 | 24 | 506 | 74 | 63 |
| Binary | 11001101 | 110111 | 10001101 | 0 | 1001001 | 11111 | 10100 | 101000110 | 111100 | 110011 |
Color Harmonies of #CD378D
Complementary color
Monochromatic Colors of #CD378D
Black with #CD378D
Text Example
Text Example
White with #CD378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD378D; }
p { color: rgb(205,55,141); }
H1.HeaderClassName
{
color: #CD378D;
}
.AnyTagClassName
{
color: #CD378D;
}
</style>
background-color css
<style>
a { background-color: #CD378D; }
a { background-color: rgb(205,55,141); }
div.DivClassName
{
background-color: #CD378D;
}
.BgClassName
{
background-color: #CD378D;
}
</style>
border-color css
<style>
span { border-color: #CD378D; }
span { border-color: rgb(205,55,141); }
td.TdClassName
{
border-color: #CD378D;
}
.TagClassName
{
border-color: #CD378D;
}
</style>