Shades of Deep Cerise #CD309C
Tints of Deep Cerise #CD309C
RGB
CMYK
RGB Variations
Color information
#CD309C (or 0xCD309C) is known color: Deep Cerise. HEX triplet: CD, 30 and 9C. RGB value is (205,48,156). Sum of RGB (Red+Green+Blue) = 205+48+156=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD309C is #32CF63. Grayscale: #6A6A6A. Windows color (decimal): -3329892 or 10236109. OLE color: 10236109.
HSL color Cylindrical-coordinate representation of color #CD309C: hue angle of 318.73º 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 #CD309C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 156 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.20 |
| HSL | 318.73º | 0.62% | 0.5% | - |
| HSV(B) | 318.73º | 0.77% | 0.8% | - |
| XYZ | 32.23 | 17.49 | 33.13 | - |
| YUV | 107.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 156 | 0 | 0.77 | 0.24 | 0.20 | 318.73 | 0.62 | 0.5 |
| Hex | CD | 30 | 9C | 0 | 4D | 18 | 14 | 13F | 3E | 32 |
| Octal | 315 | 60 | 234 | 0 | 115 | 30 | 24 | 477 | 76 | 62 |
| Binary | 11001101 | 110000 | 10011100 | 0 | 1001101 | 11000 | 10100 | 100111111 | 111110 | 110010 |
Color Harmonies of #CD309C
Complementary color
Monochromatic Colors of #CD309C
Black with #CD309C
Text Example
Text Example
White with #CD309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD309C; }
p { color: rgb(205,48,156); }
H1.HeaderClassName
{
color: #CD309C;
}
.AnyTagClassName
{
color: #CD309C;
}
</style>
background-color css
<style>
a { background-color: #CD309C; }
a { background-color: rgb(205,48,156); }
div.DivClassName
{
background-color: #CD309C;
}
.BgClassName
{
background-color: #CD309C;
}
</style>
border-color css
<style>
span { border-color: #CD309C; }
span { border-color: rgb(205,48,156); }
td.TdClassName
{
border-color: #CD309C;
}
.TagClassName
{
border-color: #CD309C;
}
</style>