Shades of Deep Cerise #CD319B
Tints of Deep Cerise #CD319B
RGB
CMYK
RGB Variations
Color information
#CD319B (or 0xCD319B) is known color: Deep Cerise. HEX triplet: CD, 31 and 9B. RGB value is (205,49,155). Sum of RGB (Red+Green+Blue) = 205+49+155=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD319B is #32CE64. Grayscale: #6B6B6B. Windows color (decimal): -3329637 or 10170829. OLE color: 10170829.
HSL color Cylindrical-coordinate representation of color #CD319B: hue angle of 319.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD319B is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 155 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.20 |
| HSL | 319.23º | 0.61% | 0.5% | - |
| HSV(B) | 319.23º | 0.76% | 0.8% | - |
| XYZ | 32.19 | 17.54 | 32.7 | - |
| YUV | 107.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 155 | 0 | 0.76 | 0.24 | 0.20 | 319.23 | 0.61 | 0.5 |
| Hex | CD | 31 | 9B | 0 | 4C | 18 | 14 | 13F | 3D | 32 |
| Octal | 315 | 61 | 233 | 0 | 114 | 30 | 24 | 477 | 75 | 62 |
| Binary | 11001101 | 110001 | 10011011 | 0 | 1001100 | 11000 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CD319B
Complementary color
Monochromatic Colors of #CD319B
Black with #CD319B
Text Example
Text Example
White with #CD319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD319B; }
p { color: rgb(205,49,155); }
H1.HeaderClassName
{
color: #CD319B;
}
.AnyTagClassName
{
color: #CD319B;
}
</style>
background-color css
<style>
a { background-color: #CD319B; }
a { background-color: rgb(205,49,155); }
div.DivClassName
{
background-color: #CD319B;
}
.BgClassName
{
background-color: #CD319B;
}
</style>
border-color css
<style>
span { border-color: #CD319B; }
span { border-color: rgb(205,49,155); }
td.TdClassName
{
border-color: #CD319B;
}
.TagClassName
{
border-color: #CD319B;
}
</style>