Shades of Deep Cerise #CD369E
Tints of Deep Cerise #CD369E
RGB
CMYK
RGB Variations
Color information
#CD369E (or 0xCD369E) is known color: Deep Cerise. HEX triplet: CD, 36 and 9E. RGB value is (205,54,158). Sum of RGB (Red+Green+Blue) = 205+54+158=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD369E is #32C961. Grayscale: #6E6E6E. Windows color (decimal): -3328354 or 10368717. OLE color: 10368717.
HSL color Cylindrical-coordinate representation of color #CD369E: hue angle of 318.68º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD369E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 158 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.20 |
| HSL | 318.68º | 0.6% | 0.51% | - |
| HSV(B) | 318.68º | 0.74% | 0.8% | - |
| XYZ | 32.67 | 18.09 | 34.12 | - |
| YUV | 111.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 158 | 0 | 0.74 | 0.23 | 0.20 | 318.68 | 0.6 | 0.51 |
| Hex | CD | 36 | 9E | 0 | 4A | 17 | 14 | 13F | 3C | 33 |
| Octal | 315 | 66 | 236 | 0 | 112 | 27 | 24 | 477 | 74 | 63 |
| Binary | 11001101 | 110110 | 10011110 | 0 | 1001010 | 10111 | 10100 | 100111111 | 111100 | 110011 |
Color Harmonies of #CD369E
Complementary color
Monochromatic Colors of #CD369E
Black with #CD369E
Text Example
Text Example
White with #CD369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD369E; }
p { color: rgb(205,54,158); }
H1.HeaderClassName
{
color: #CD369E;
}
.AnyTagClassName
{
color: #CD369E;
}
</style>
background-color css
<style>
a { background-color: #CD369E; }
a { background-color: rgb(205,54,158); }
div.DivClassName
{
background-color: #CD369E;
}
.BgClassName
{
background-color: #CD369E;
}
</style>
border-color css
<style>
span { border-color: #CD369E; }
span { border-color: rgb(205,54,158); }
td.TdClassName
{
border-color: #CD369E;
}
.TagClassName
{
border-color: #CD369E;
}
</style>