Shades of Deep Cerise #CD3A78
Tints of Deep Cerise #CD3A78
RGB
CMYK
RGB Variations
Color information
#CD3A78 (or 0xCD3A78) is known color: Deep Cerise. HEX triplet: CD, 3A and 78. RGB value is (205,58,120). Sum of RGB (Red+Green+Blue) = 205+58+120=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A78 is #32C587. Grayscale: #6C6C6C. Windows color (decimal): -3327368 or 7879373. OLE color: 7879373.
HSL color Cylindrical-coordinate representation of color #CD3A78: hue angle of 334.69º 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 #CD3A78 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 120 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.20 |
| HSL | 334.69º | 0.6% | 0.52% | - |
| HSV(B) | 334.69º | 0.72% | 0.8% | - |
| XYZ | 30.08 | 17.36 | 19.53 | - |
| YUV | 109.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 120 | 0 | 0.72 | 0.41 | 0.20 | 334.69 | 0.6 | 0.52 |
| Hex | CD | 3A | 78 | 0 | 48 | 29 | 14 | 14F | 3C | 34 |
| Octal | 315 | 72 | 170 | 0 | 110 | 51 | 24 | 517 | 74 | 64 |
| Binary | 11001101 | 111010 | 1111000 | 0 | 1001000 | 101001 | 10100 | 101001111 | 111100 | 110100 |
Color Harmonies of #CD3A78
Complementary color
Monochromatic Colors of #CD3A78
Black with #CD3A78
Text Example
Text Example
White with #CD3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A78; }
p { color: rgb(205,58,120); }
H1.HeaderClassName
{
color: #CD3A78;
}
.AnyTagClassName
{
color: #CD3A78;
}
</style>
background-color css
<style>
a { background-color: #CD3A78; }
a { background-color: rgb(205,58,120); }
div.DivClassName
{
background-color: #CD3A78;
}
.BgClassName
{
background-color: #CD3A78;
}
</style>
border-color css
<style>
span { border-color: #CD3A78; }
span { border-color: rgb(205,58,120); }
td.TdClassName
{
border-color: #CD3A78;
}
.TagClassName
{
border-color: #CD3A78;
}
</style>