Shades of Deep Magenta #CD23DB
Tints of Deep Magenta #CD23DB
RGB
CMYK
RGB Variations
Color information
#CD23DB (or 0xCD23DB) is known color: Deep Magenta. HEX triplet: CD, 23 and DB. RGB value is (205,35,219). Sum of RGB (Red+Green+Blue) = 205+35+219=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23DB is #32DC24. Grayscale: #6A6A6A. Windows color (decimal): -3333157 or 14361549. OLE color: 14361549.
HSL color Cylindrical-coordinate representation of color #CD23DB: hue angle of 295.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD23DB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 35 | 219 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.14 |
| HSL | 295.43º | 0.72% | 0.5% | - |
| HSV(B) | 295.43º | 0.84% | 0.86% | - |
| XYZ | 38.56 | 19.3 | 68.71 | - |
| YUV | 106.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 35 | 219 | 0.06 | 0.84 | 0 | 0.14 | 295.43 | 0.72 | 0.5 |
| Hex | CD | 23 | DB | 6 | 54 | 0 | E | 127 | 48 | 32 |
| Octal | 315 | 43 | 333 | 6 | 124 | 0 | 16 | 447 | 110 | 62 |
| Binary | 11001101 | 100011 | 11011011 | 110 | 1010100 | 0 | 1110 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CD23DB
Complementary color
Monochromatic Colors of #CD23DB
Black with #CD23DB
Text Example
Text Example
White with #CD23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD23DB; }
p { color: rgb(205,35,219); }
H1.HeaderClassName
{
color: #CD23DB;
}
.AnyTagClassName
{
color: #CD23DB;
}
</style>
background-color css
<style>
a { background-color: #CD23DB; }
a { background-color: rgb(205,35,219); }
div.DivClassName
{
background-color: #CD23DB;
}
.BgClassName
{
background-color: #CD23DB;
}
</style>
border-color css
<style>
span { border-color: #CD23DB; }
span { border-color: rgb(205,35,219); }
td.TdClassName
{
border-color: #CD23DB;
}
.TagClassName
{
border-color: #CD23DB;
}
</style>