Shades of Deep Cerise #CD378C
Tints of Deep Cerise #CD378C
RGB
CMYK
RGB Variations
Color information
#CD378C (or 0xCD378C) is known color: Deep Cerise. HEX triplet: CD, 37 and 8C. RGB value is (205,55,140). Sum of RGB (Red+Green+Blue) = 205+55+140=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD378C is #32C873. Grayscale: #6D6D6D. Windows color (decimal): -3328116 or 9189325. OLE color: 9189325.
HSL color Cylindrical-coordinate representation of color #CD378C: hue angle of 326º 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 #CD378C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 140 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.20 |
| HSL | 326º | 0.6% | 0.51% | - |
| HSV(B) | 326º | 0.73% | 0.8% | - |
| XYZ | 31.28 | 17.6 | 26.56 | - |
| YUV | 109.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 140 | 0 | 0.73 | 0.32 | 0.20 | 326 | 0.6 | 0.51 |
| Hex | CD | 37 | 8C | 0 | 49 | 20 | 14 | 146 | 3C | 33 |
| Octal | 315 | 67 | 214 | 0 | 111 | 40 | 24 | 506 | 74 | 63 |
| Binary | 11001101 | 110111 | 10001100 | 0 | 1001001 | 100000 | 10100 | 101000110 | 111100 | 110011 |
Color Harmonies of #CD378C
Complementary color
Monochromatic Colors of #CD378C
Black with #CD378C
Text Example
Text Example
White with #CD378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD378C; }
p { color: rgb(205,55,140); }
H1.HeaderClassName
{
color: #CD378C;
}
.AnyTagClassName
{
color: #CD378C;
}
</style>
background-color css
<style>
a { background-color: #CD378C; }
a { background-color: rgb(205,55,140); }
div.DivClassName
{
background-color: #CD378C;
}
.BgClassName
{
background-color: #CD378C;
}
</style>
border-color css
<style>
span { border-color: #CD378C; }
span { border-color: rgb(205,55,140); }
td.TdClassName
{
border-color: #CD378C;
}
.TagClassName
{
border-color: #CD378C;
}
</style>