Shades of Deep Magenta #CB23DA
Tints of Deep Magenta #CB23DA
RGB
CMYK
RGB Variations
Color information
#CB23DA (or 0xCB23DA) is known color: Deep Magenta. HEX triplet: CB, 23 and DA. RGB value is (203,35,218). Sum of RGB (Red+Green+Blue) = 203+35+218=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23DA is #34DC25. Grayscale: #696969. Windows color (decimal): -3464230 or 14296011. OLE color: 14296011.
HSL color Cylindrical-coordinate representation of color #CB23DA: hue angle of 295.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB23DA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 35 | 218 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.15 |
| HSL | 295.08º | 0.72% | 0.5% | - |
| HSV(B) | 295.08º | 0.84% | 0.85% | - |
| XYZ | 37.88 | 18.96 | 67.99 | - |
| YUV | 106.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 218 | 0.07 | 0.84 | 0 | 0.15 | 295.08 | 0.72 | 0.5 |
| Hex | CB | 23 | DA | 7 | 54 | 0 | F | 127 | 48 | 32 |
| Octal | 313 | 43 | 332 | 7 | 124 | 0 | 17 | 447 | 110 | 62 |
| Binary | 11001011 | 100011 | 11011010 | 111 | 1010100 | 0 | 1111 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CB23DA
Complementary color
Monochromatic Colors of #CB23DA
Black with #CB23DA
Text Example
Text Example
White with #CB23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23DA; }
p { color: rgb(203,35,218); }
H1.HeaderClassName
{
color: #CB23DA;
}
.AnyTagClassName
{
color: #CB23DA;
}
</style>
background-color css
<style>
a { background-color: #CB23DA; }
a { background-color: rgb(203,35,218); }
div.DivClassName
{
background-color: #CB23DA;
}
.BgClassName
{
background-color: #CB23DA;
}
</style>
border-color css
<style>
span { border-color: #CB23DA; }
span { border-color: rgb(203,35,218); }
td.TdClassName
{
border-color: #CB23DA;
}
.TagClassName
{
border-color: #CB23DA;
}
</style>