Shades of Deep Cerise #CD319A
Tints of Deep Cerise #CD319A
RGB
CMYK
RGB Variations
Color information
#CD319A (or 0xCD319A) is known color: Deep Cerise. HEX triplet: CD, 31 and 9A. RGB value is (205,49,154). Sum of RGB (Red+Green+Blue) = 205+49+154=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD319A is #32CE65. Grayscale: #6B6B6B. Windows color (decimal): -3329638 or 10105293. OLE color: 10105293.
HSL color Cylindrical-coordinate representation of color #CD319A: hue angle of 319.62º 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 #CD319A is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 154 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.20 |
| HSL | 319.62º | 0.61% | 0.5% | - |
| HSV(B) | 319.62º | 0.76% | 0.8% | - |
| XYZ | 32.11 | 17.51 | 32.26 | - |
| YUV | 107.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 154 | 0 | 0.76 | 0.25 | 0.20 | 319.62 | 0.61 | 0.5 |
| Hex | CD | 31 | 9A | 0 | 4C | 19 | 14 | 140 | 3D | 32 |
| Octal | 315 | 61 | 232 | 0 | 114 | 31 | 24 | 500 | 75 | 62 |
| Binary | 11001101 | 110001 | 10011010 | 0 | 1001100 | 11001 | 10100 | 101000000 | 111101 | 110010 |
Color Harmonies of #CD319A
Complementary color
Monochromatic Colors of #CD319A
Black with #CD319A
Text Example
Text Example
White with #CD319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD319A; }
p { color: rgb(205,49,154); }
H1.HeaderClassName
{
color: #CD319A;
}
.AnyTagClassName
{
color: #CD319A;
}
</style>
background-color css
<style>
a { background-color: #CD319A; }
a { background-color: rgb(205,49,154); }
div.DivClassName
{
background-color: #CD319A;
}
.BgClassName
{
background-color: #CD319A;
}
</style>
border-color css
<style>
span { border-color: #CD319A; }
span { border-color: rgb(205,49,154); }
td.TdClassName
{
border-color: #CD319A;
}
.TagClassName
{
border-color: #CD319A;
}
</style>