Shades of Deep Cerise #CD308C
Tints of Deep Cerise #CD308C
RGB
CMYK
RGB Variations
Color information
#CD308C (or 0xCD308C) is known color: Deep Cerise. HEX triplet: CD, 30 and 8C. RGB value is (205,48,140). Sum of RGB (Red+Green+Blue) = 205+48+140=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD308C is #32CF73. Grayscale: #696969. Windows color (decimal): -3329908 or 9187533. OLE color: 9187533.
HSL color Cylindrical-coordinate representation of color #CD308C: hue angle of 324.84º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD308C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 140 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.20 |
| HSL | 324.84º | 0.62% | 0.5% | - |
| HSV(B) | 324.84º | 0.77% | 0.8% | - |
| XYZ | 30.97 | 16.99 | 26.46 | - |
| YUV | 105.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 140 | 0 | 0.77 | 0.32 | 0.20 | 324.84 | 0.62 | 0.5 |
| Hex | CD | 30 | 8C | 0 | 4D | 20 | 14 | 145 | 3E | 32 |
| Octal | 315 | 60 | 214 | 0 | 115 | 40 | 24 | 505 | 76 | 62 |
| Binary | 11001101 | 110000 | 10001100 | 0 | 1001101 | 100000 | 10100 | 101000101 | 111110 | 110010 |
Color Harmonies of #CD308C
Complementary color
Monochromatic Colors of #CD308C
Black with #CD308C
Text Example
Text Example
White with #CD308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD308C; }
p { color: rgb(205,48,140); }
H1.HeaderClassName
{
color: #CD308C;
}
.AnyTagClassName
{
color: #CD308C;
}
</style>
background-color css
<style>
a { background-color: #CD308C; }
a { background-color: rgb(205,48,140); }
div.DivClassName
{
background-color: #CD308C;
}
.BgClassName
{
background-color: #CD308C;
}
</style>
border-color css
<style>
span { border-color: #CD308C; }
span { border-color: rgb(205,48,140); }
td.TdClassName
{
border-color: #CD308C;
}
.TagClassName
{
border-color: #CD308C;
}
</style>