Shades of Deep Cerise #CD338B
Tints of Deep Cerise #CD338B
RGB
CMYK
RGB Variations
Color information
#CD338B (or 0xCD338B) is known color: Deep Cerise. HEX triplet: CD, 33 and 8B. RGB value is (205,51,139). Sum of RGB (Red+Green+Blue) = 205+51+139=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD338B is #32CC74. Grayscale: #6A6A6A. Windows color (decimal): -3329141 or 9122765. OLE color: 9122765.
HSL color Cylindrical-coordinate representation of color #CD338B: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD338B is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 139 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.20 |
| HSL | 325.71º | 0.61% | 0.5% | - |
| HSV(B) | 325.71º | 0.75% | 0.8% | - |
| XYZ | 31.02 | 17.21 | 26.11 | - |
| YUV | 107.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 139 | 0 | 0.75 | 0.32 | 0.20 | 325.71 | 0.61 | 0.5 |
| Hex | CD | 33 | 8B | 0 | 4B | 20 | 14 | 146 | 3D | 32 |
| Octal | 315 | 63 | 213 | 0 | 113 | 40 | 24 | 506 | 75 | 62 |
| Binary | 11001101 | 110011 | 10001011 | 0 | 1001011 | 100000 | 10100 | 101000110 | 111101 | 110010 |
Color Harmonies of #CD338B
Complementary color
Monochromatic Colors of #CD338B
Black with #CD338B
Text Example
Text Example
White with #CD338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD338B; }
p { color: rgb(205,51,139); }
H1.HeaderClassName
{
color: #CD338B;
}
.AnyTagClassName
{
color: #CD338B;
}
</style>
background-color css
<style>
a { background-color: #CD338B; }
a { background-color: rgb(205,51,139); }
div.DivClassName
{
background-color: #CD338B;
}
.BgClassName
{
background-color: #CD338B;
}
</style>
border-color css
<style>
span { border-color: #CD338B; }
span { border-color: rgb(205,51,139); }
td.TdClassName
{
border-color: #CD338B;
}
.TagClassName
{
border-color: #CD338B;
}
</style>