Shades of Deep Cerise #CD278D
Tints of Deep Cerise #CD278D
RGB
CMYK
RGB Variations
Color information
#CD278D (or 0xCD278D) is known color: Deep Cerise. HEX triplet: CD, 27 and 8D. RGB value is (205,39,141). Sum of RGB (Red+Green+Blue) = 205+39+141=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD278D is #32D872. Grayscale: #646464. Windows color (decimal): -3332211 or 9250765. OLE color: 9250765.
HSL color Cylindrical-coordinate representation of color #CD278D: hue angle of 323.13º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD278D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 141 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.20 |
| HSL | 323.13º | 0.68% | 0.48% | - |
| HSV(B) | 323.13º | 0.81% | 0.8% | - |
| XYZ | 30.71 | 16.35 | 26.74 | - |
| YUV | 100.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 141 | 0 | 0.81 | 0.31 | 0.20 | 323.13 | 0.68 | 0.48 |
| Hex | CD | 27 | 8D | 0 | 51 | 1F | 14 | 143 | 44 | 30 |
| Octal | 315 | 47 | 215 | 0 | 121 | 37 | 24 | 503 | 104 | 60 |
| Binary | 11001101 | 100111 | 10001101 | 0 | 1010001 | 11111 | 10100 | 101000011 | 1000100 | 110000 |
Color Harmonies of #CD278D
Complementary color
Monochromatic Colors of #CD278D
Black with #CD278D
Text Example
Text Example
White with #CD278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD278D; }
p { color: rgb(205,39,141); }
H1.HeaderClassName
{
color: #CD278D;
}
.AnyTagClassName
{
color: #CD278D;
}
</style>
background-color css
<style>
a { background-color: #CD278D; }
a { background-color: rgb(205,39,141); }
div.DivClassName
{
background-color: #CD278D;
}
.BgClassName
{
background-color: #CD278D;
}
</style>
border-color css
<style>
span { border-color: #CD278D; }
span { border-color: rgb(205,39,141); }
td.TdClassName
{
border-color: #CD278D;
}
.TagClassName
{
border-color: #CD278D;
}
</style>