Shades of Deep Magenta #CB26C0
Tints of Deep Magenta #CB26C0
RGB
CMYK
RGB Variations
Color information
#CB26C0 (or 0xCB26C0) is known color: Deep Magenta. HEX triplet: CB, 26 and C0. RGB value is (203,38,192). Sum of RGB (Red+Green+Blue) = 203+38+192=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26C0 is #34D93F. Grayscale: #686868. Windows color (decimal): -3463488 or 12592843. OLE color: 12592843.
HSL color Cylindrical-coordinate representation of color #CB26C0: hue angle of 304º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB26C0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 192 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.20 |
| HSL | 304º | 0.68% | 0.47% | - |
| HSV(B) | 304º | 0.81% | 0.8% | - |
| XYZ | 34.84 | 17.89 | 51.49 | - |
| YUV | 104.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 192 | 0 | 0.81 | 0.05 | 0.20 | 304 | 0.68 | 0.47 |
| Hex | CB | 26 | C0 | 0 | 51 | 5 | 14 | 130 | 44 | 2F |
| Octal | 313 | 46 | 300 | 0 | 121 | 5 | 24 | 460 | 104 | 57 |
| Binary | 11001011 | 100110 | 11000000 | 0 | 1010001 | 101 | 10100 | 100110000 | 1000100 | 101111 |
Color Harmonies of #CB26C0
Complementary color
Monochromatic Colors of #CB26C0
Black with #CB26C0
Text Example
Text Example
White with #CB26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26C0; }
p { color: rgb(203,38,192); }
H1.HeaderClassName
{
color: #CB26C0;
}
.AnyTagClassName
{
color: #CB26C0;
}
</style>
background-color css
<style>
a { background-color: #CB26C0; }
a { background-color: rgb(203,38,192); }
div.DivClassName
{
background-color: #CB26C0;
}
.BgClassName
{
background-color: #CB26C0;
}
</style>
border-color css
<style>
span { border-color: #CB26C0; }
span { border-color: rgb(203,38,192); }
td.TdClassName
{
border-color: #CB26C0;
}
.TagClassName
{
border-color: #CB26C0;
}
</style>