Shades of Deep Magenta #CB23DD
Tints of Deep Magenta #CB23DD
RGB
CMYK
RGB Variations
Color information
#CB23DD (or 0xCB23DD) is known color: Deep Magenta. HEX triplet: CB, 23 and DD. RGB value is (203,35,221). Sum of RGB (Red+Green+Blue) = 203+35+221=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23DD is #34DC22. Grayscale: #696969. Windows color (decimal): -3464227 or 14492619. OLE color: 14492619.
HSL color Cylindrical-coordinate representation of color #CB23DD: hue angle of 294.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB23DD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 35 | 221 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.13 |
| HSL | 294.19º | 0.73% | 0.5% | - |
| HSV(B) | 294.19º | 0.84% | 0.87% | - |
| XYZ | 38.28 | 19.12 | 70.08 | - |
| YUV | 106.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 221 | 0.08 | 0.84 | 0 | 0.13 | 294.19 | 0.73 | 0.5 |
| Hex | CB | 23 | DD | 8 | 54 | 0 | D | 126 | 49 | 32 |
| Octal | 313 | 43 | 335 | 10 | 124 | 0 | 15 | 446 | 111 | 62 |
| Binary | 11001011 | 100011 | 11011101 | 1000 | 1010100 | 0 | 1101 | 100100110 | 1001001 | 110010 |
Color Harmonies of #CB23DD
Complementary color
Monochromatic Colors of #CB23DD
Black with #CB23DD
Text Example
Text Example
White with #CB23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23DD; }
p { color: rgb(203,35,221); }
H1.HeaderClassName
{
color: #CB23DD;
}
.AnyTagClassName
{
color: #CB23DD;
}
</style>
background-color css
<style>
a { background-color: #CB23DD; }
a { background-color: rgb(203,35,221); }
div.DivClassName
{
background-color: #CB23DD;
}
.BgClassName
{
background-color: #CB23DD;
}
</style>
border-color css
<style>
span { border-color: #CB23DD; }
span { border-color: rgb(203,35,221); }
td.TdClassName
{
border-color: #CB23DD;
}
.TagClassName
{
border-color: #CB23DD;
}
</style>