Shades of Deep Cerise #CD369D
Tints of Deep Cerise #CD369D
RGB
CMYK
RGB Variations
Color information
#CD369D (or 0xCD369D) is known color: Deep Cerise. HEX triplet: CD, 36 and 9D. RGB value is (205,54,157). Sum of RGB (Red+Green+Blue) = 205+54+157=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD369D is #32C962. Grayscale: #6E6E6E. Windows color (decimal): -3328355 or 10303181. OLE color: 10303181.
HSL color Cylindrical-coordinate representation of color #CD369D: hue angle of 319.07º 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 #CD369D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 157 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.20 |
| HSL | 319.07º | 0.6% | 0.51% | - |
| HSV(B) | 319.07º | 0.74% | 0.8% | - |
| XYZ | 32.58 | 18.05 | 33.67 | - |
| YUV | 110.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 157 | 0 | 0.74 | 0.23 | 0.20 | 319.07 | 0.6 | 0.51 |
| Hex | CD | 36 | 9D | 0 | 4A | 17 | 14 | 13F | 3C | 33 |
| Octal | 315 | 66 | 235 | 0 | 112 | 27 | 24 | 477 | 74 | 63 |
| Binary | 11001101 | 110110 | 10011101 | 0 | 1001010 | 10111 | 10100 | 100111111 | 111100 | 110011 |
Color Harmonies of #CD369D
Complementary color
Monochromatic Colors of #CD369D
Black with #CD369D
Text Example
Text Example
White with #CD369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD369D; }
p { color: rgb(205,54,157); }
H1.HeaderClassName
{
color: #CD369D;
}
.AnyTagClassName
{
color: #CD369D;
}
</style>
background-color css
<style>
a { background-color: #CD369D; }
a { background-color: rgb(205,54,157); }
div.DivClassName
{
background-color: #CD369D;
}
.BgClassName
{
background-color: #CD369D;
}
</style>
border-color css
<style>
span { border-color: #CD369D; }
span { border-color: rgb(205,54,157); }
td.TdClassName
{
border-color: #CD369D;
}
.TagClassName
{
border-color: #CD369D;
}
</style>