Shades of Deep Cerise #CD3A8B
Tints of Deep Cerise #CD3A8B
RGB
CMYK
RGB Variations
Color information
#CD3A8B (or 0xCD3A8B) is known color: Deep Cerise. HEX triplet: CD, 3A and 8B. RGB value is (205,58,139). Sum of RGB (Red+Green+Blue) = 205+58+139=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3A8B is #32C574. Grayscale: #6F6F6F. Windows color (decimal): -3327349 or 9124557. OLE color: 9124557.
HSL color Cylindrical-coordinate representation of color #CD3A8B: hue angle of 326.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A8B is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 139 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.20 |
| HSL | 326.94º | 0.6% | 0.52% | - |
| HSV(B) | 326.94º | 0.72% | 0.8% | - |
| XYZ | 31.35 | 17.87 | 26.22 | - |
| YUV | 111.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 139 | 0 | 0.72 | 0.32 | 0.20 | 326.94 | 0.6 | 0.52 |
| Hex | CD | 3A | 8B | 0 | 48 | 20 | 14 | 147 | 3C | 34 |
| Octal | 315 | 72 | 213 | 0 | 110 | 40 | 24 | 507 | 74 | 64 |
| Binary | 11001101 | 111010 | 10001011 | 0 | 1001000 | 100000 | 10100 | 101000111 | 111100 | 110100 |
Color Harmonies of #CD3A8B
Complementary color
Monochromatic Colors of #CD3A8B
Black with #CD3A8B
Text Example
Text Example
White with #CD3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A8B; }
p { color: rgb(205,58,139); }
H1.HeaderClassName
{
color: #CD3A8B;
}
.AnyTagClassName
{
color: #CD3A8B;
}
</style>
background-color css
<style>
a { background-color: #CD3A8B; }
a { background-color: rgb(205,58,139); }
div.DivClassName
{
background-color: #CD3A8B;
}
.BgClassName
{
background-color: #CD3A8B;
}
</style>
border-color css
<style>
span { border-color: #CD3A8B; }
span { border-color: rgb(205,58,139); }
td.TdClassName
{
border-color: #CD3A8B;
}
.TagClassName
{
border-color: #CD3A8B;
}
</style>