Shades of Deep Cerise #CD3A7B
Tints of Deep Cerise #CD3A7B
RGB
CMYK
RGB Variations
Color information
#CD3A7B (or 0xCD3A7B) is known color: Deep Cerise. HEX triplet: CD, 3A and 7B. RGB value is (205,58,123). Sum of RGB (Red+Green+Blue) = 205+58+123=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A7B is #32C584. Grayscale: #6D6D6D. Windows color (decimal): -3327365 or 8075981. OLE color: 8075981.
HSL color Cylindrical-coordinate representation of color #CD3A7B: hue angle of 333.47º 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 #CD3A7B is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 123 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.20 |
| HSL | 333.47º | 0.6% | 0.52% | - |
| HSV(B) | 333.47º | 0.72% | 0.8% | - |
| XYZ | 30.27 | 17.44 | 20.51 | - |
| YUV | 109.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 123 | 0 | 0.72 | 0.4 | 0.20 | 333.47 | 0.6 | 0.52 |
| Hex | CD | 3A | 7B | 0 | 48 | 28 | 14 | 14D | 3C | 34 |
| Octal | 315 | 72 | 173 | 0 | 110 | 50 | 24 | 515 | 74 | 64 |
| Binary | 11001101 | 111010 | 1111011 | 0 | 1001000 | 101000 | 10100 | 101001101 | 111100 | 110100 |
Color Harmonies of #CD3A7B
Complementary color
Monochromatic Colors of #CD3A7B
Black with #CD3A7B
Text Example
Text Example
White with #CD3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A7B; }
p { color: rgb(205,58,123); }
H1.HeaderClassName
{
color: #CD3A7B;
}
.AnyTagClassName
{
color: #CD3A7B;
}
</style>
background-color css
<style>
a { background-color: #CD3A7B; }
a { background-color: rgb(205,58,123); }
div.DivClassName
{
background-color: #CD3A7B;
}
.BgClassName
{
background-color: #CD3A7B;
}
</style>
border-color css
<style>
span { border-color: #CD3A7B; }
span { border-color: rgb(205,58,123); }
td.TdClassName
{
border-color: #CD3A7B;
}
.TagClassName
{
border-color: #CD3A7B;
}
</style>