Shades of Deep Cerise #CD2C8B
Tints of Deep Cerise #CD2C8B
RGB
CMYK
RGB Variations
Color information
#CD2C8B (or 0xCD2C8B) is known color: Deep Cerise. HEX triplet: CD, 2C and 8B. RGB value is (205,44,139). Sum of RGB (Red+Green+Blue) = 205+44+139=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C8B is #32D374. Grayscale: #666666. Windows color (decimal): -3330933 or 9120973. OLE color: 9120973.
HSL color Cylindrical-coordinate representation of color #CD2C8B: hue angle of 324.6º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C8B is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 139 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.20 |
| HSL | 324.6º | 0.65% | 0.49% | - |
| HSV(B) | 324.6º | 0.79% | 0.8% | - |
| XYZ | 30.74 | 16.64 | 26.02 | - |
| YUV | 102.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 139 | 0 | 0.79 | 0.32 | 0.20 | 324.6 | 0.65 | 0.49 |
| Hex | CD | 2C | 8B | 0 | 4F | 20 | 14 | 145 | 41 | 31 |
| Octal | 315 | 54 | 213 | 0 | 117 | 40 | 24 | 505 | 101 | 61 |
| Binary | 11001101 | 101100 | 10001011 | 0 | 1001111 | 100000 | 10100 | 101000101 | 1000001 | 110001 |
Color Harmonies of #CD2C8B
Complementary color
Monochromatic Colors of #CD2C8B
Black with #CD2C8B
Text Example
Text Example
White with #CD2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C8B; }
p { color: rgb(205,44,139); }
H1.HeaderClassName
{
color: #CD2C8B;
}
.AnyTagClassName
{
color: #CD2C8B;
}
</style>
background-color css
<style>
a { background-color: #CD2C8B; }
a { background-color: rgb(205,44,139); }
div.DivClassName
{
background-color: #CD2C8B;
}
.BgClassName
{
background-color: #CD2C8B;
}
</style>
border-color css
<style>
span { border-color: #CD2C8B; }
span { border-color: rgb(205,44,139); }
td.TdClassName
{
border-color: #CD2C8B;
}
.TagClassName
{
border-color: #CD2C8B;
}
</style>