Shades of Deep Cerise #CD368D
Tints of Deep Cerise #CD368D
RGB
CMYK
RGB Variations
Color information
#CD368D (or 0xCD368D) is known color: Deep Cerise. HEX triplet: CD, 36 and 8D. RGB value is (205,54,141). Sum of RGB (Red+Green+Blue) = 205+54+141=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368D is #32C972. Grayscale: #6C6C6C. Windows color (decimal): -3328371 or 9254605. OLE color: 9254605.
HSL color Cylindrical-coordinate representation of color #CD368D: hue angle of 325.43º 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 #CD368D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 141 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.20 |
| HSL | 325.43º | 0.6% | 0.51% | - |
| HSV(B) | 325.43º | 0.74% | 0.8% | - |
| XYZ | 31.3 | 17.54 | 26.94 | - |
| YUV | 109.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 141 | 0 | 0.74 | 0.31 | 0.20 | 325.43 | 0.6 | 0.51 |
| Hex | CD | 36 | 8D | 0 | 4A | 1F | 14 | 145 | 3C | 33 |
| Octal | 315 | 66 | 215 | 0 | 112 | 37 | 24 | 505 | 74 | 63 |
| Binary | 11001101 | 110110 | 10001101 | 0 | 1001010 | 11111 | 10100 | 101000101 | 111100 | 110011 |
Color Harmonies of #CD368D
Complementary color
Monochromatic Colors of #CD368D
Black with #CD368D
Text Example
Text Example
White with #CD368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD368D; }
p { color: rgb(205,54,141); }
H1.HeaderClassName
{
color: #CD368D;
}
.AnyTagClassName
{
color: #CD368D;
}
</style>
background-color css
<style>
a { background-color: #CD368D; }
a { background-color: rgb(205,54,141); }
div.DivClassName
{
background-color: #CD368D;
}
.BgClassName
{
background-color: #CD368D;
}
</style>
border-color css
<style>
span { border-color: #CD368D; }
span { border-color: rgb(205,54,141); }
td.TdClassName
{
border-color: #CD368D;
}
.TagClassName
{
border-color: #CD368D;
}
</style>