Shades of Deep Cerise #CD368B
Tints of Deep Cerise #CD368B
RGB
CMYK
RGB Variations
Color information
#CD368B (or 0xCD368B) is known color: Deep Cerise. HEX triplet: CD, 36 and 8B. RGB value is (205,54,139). Sum of RGB (Red+Green+Blue) = 205+54+139=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368B is #32C974. Grayscale: #6C6C6C. Windows color (decimal): -3328373 or 9123533. OLE color: 9123533.
HSL color Cylindrical-coordinate representation of color #CD368B: hue angle of 326.23º 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 #CD368B is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 139 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.20 |
| HSL | 326.23º | 0.6% | 0.51% | - |
| HSV(B) | 326.23º | 0.74% | 0.8% | - |
| XYZ | 31.16 | 17.48 | 26.16 | - |
| YUV | 108.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 139 | 0 | 0.74 | 0.32 | 0.20 | 326.23 | 0.6 | 0.51 |
| Hex | CD | 36 | 8B | 0 | 4A | 20 | 14 | 146 | 3C | 33 |
| Octal | 315 | 66 | 213 | 0 | 112 | 40 | 24 | 506 | 74 | 63 |
| Binary | 11001101 | 110110 | 10001011 | 0 | 1001010 | 100000 | 10100 | 101000110 | 111100 | 110011 |
Color Harmonies of #CD368B
Complementary color
Monochromatic Colors of #CD368B
Black with #CD368B
Text Example
Text Example
White with #CD368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD368B; }
p { color: rgb(205,54,139); }
H1.HeaderClassName
{
color: #CD368B;
}
.AnyTagClassName
{
color: #CD368B;
}
</style>
background-color css
<style>
a { background-color: #CD368B; }
a { background-color: rgb(205,54,139); }
div.DivClassName
{
background-color: #CD368B;
}
.BgClassName
{
background-color: #CD368B;
}
</style>
border-color css
<style>
span { border-color: #CD368B; }
span { border-color: rgb(205,54,139); }
td.TdClassName
{
border-color: #CD368B;
}
.TagClassName
{
border-color: #CD368B;
}
</style>