Shades of Deep Magenta #CB26DC
Tints of Deep Magenta #CB26DC
RGB
CMYK
RGB Variations
Color information
#CB26DC (or 0xCB26DC) is known color: Deep Magenta. HEX triplet: CB, 26 and DC. RGB value is (203,38,220). Sum of RGB (Red+Green+Blue) = 203+38+220=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26DC is #34D923. Grayscale: #6B6B6B. Windows color (decimal): -3463460 or 14427851. OLE color: 14427851.
HSL color Cylindrical-coordinate representation of color #CB26DC: hue angle of 294.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB26DC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 38 | 220 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.4º | 0.72% | 0.51% | - |
| HSV(B) | 294.4º | 0.83% | 0.86% | - |
| XYZ | 38.24 | 19.25 | 69.41 | - |
| YUV | 108.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 220 | 0.08 | 0.83 | 0 | 0.14 | 294.4 | 0.72 | 0.51 |
| Hex | CB | 26 | DC | 8 | 53 | 0 | E | 126 | 48 | 33 |
| Octal | 313 | 46 | 334 | 10 | 123 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001011 | 100110 | 11011100 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CB26DC
Complementary color
Monochromatic Colors of #CB26DC
Black with #CB26DC
Text Example
Text Example
White with #CB26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26DC; }
p { color: rgb(203,38,220); }
H1.HeaderClassName
{
color: #CB26DC;
}
.AnyTagClassName
{
color: #CB26DC;
}
</style>
background-color css
<style>
a { background-color: #CB26DC; }
a { background-color: rgb(203,38,220); }
div.DivClassName
{
background-color: #CB26DC;
}
.BgClassName
{
background-color: #CB26DC;
}
</style>
border-color css
<style>
span { border-color: #CB26DC; }
span { border-color: rgb(203,38,220); }
td.TdClassName
{
border-color: #CB26DC;
}
.TagClassName
{
border-color: #CB26DC;
}
</style>