Shades of Deep Magenta #CB26DE
Tints of Deep Magenta #CB26DE
RGB
CMYK
RGB Variations
Color information
#CB26DE (or 0xCB26DE) is known color: Deep Magenta. HEX triplet: CB, 26 and DE. RGB value is (203,38,222). Sum of RGB (Red+Green+Blue) = 203+38+222=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB26DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26DE is #34D921. Grayscale: #6B6B6B. Windows color (decimal): -3463458 or 14558923. OLE color: 14558923.
HSL color Cylindrical-coordinate representation of color #CB26DE: hue angle of 293.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB26DE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 38 | 222 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.8º | 0.74% | 0.51% | - |
| HSV(B) | 293.8º | 0.83% | 0.87% | - |
| XYZ | 38.51 | 19.36 | 70.81 | - |
| YUV | 108.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 222 | 0.09 | 0.83 | 0 | 0.13 | 293.8 | 0.74 | 0.51 |
| Hex | CB | 26 | DE | 9 | 53 | 0 | D | 126 | 4A | 33 |
| Octal | 313 | 46 | 336 | 11 | 123 | 0 | 15 | 446 | 112 | 63 |
| Binary | 11001011 | 100110 | 11011110 | 1001 | 1010011 | 0 | 1101 | 100100110 | 1001010 | 110011 |
Color Harmonies of #CB26DE
Complementary color
Monochromatic Colors of #CB26DE
Black with #CB26DE
Text Example
Text Example
White with #CB26DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26DE; }
p { color: rgb(203,38,222); }
H1.HeaderClassName
{
color: #CB26DE;
}
.AnyTagClassName
{
color: #CB26DE;
}
</style>
background-color css
<style>
a { background-color: #CB26DE; }
a { background-color: rgb(203,38,222); }
div.DivClassName
{
background-color: #CB26DE;
}
.BgClassName
{
background-color: #CB26DE;
}
</style>
border-color css
<style>
span { border-color: #CB26DE; }
span { border-color: rgb(203,38,222); }
td.TdClassName
{
border-color: #CB26DE;
}
.TagClassName
{
border-color: #CB26DE;
}
</style>