Shades of Deep Magenta #CB26B2
Tints of Deep Magenta #CB26B2
RGB
CMYK
RGB Variations
Color information
#CB26B2 (or 0xCB26B2) is known color: Deep Magenta. HEX triplet: CB, 26 and B2. RGB value is (203,38,178). Sum of RGB (Red+Green+Blue) = 203+38+178=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB26B2 is #34D94D. Grayscale: #666666. Windows color (decimal): -3463502 or 11675339. OLE color: 11675339.
HSL color Cylindrical-coordinate representation of color #CB26B2: hue angle of 309.09º 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 #CB26B2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 178 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.20 |
| HSL | 309.09º | 0.68% | 0.47% | - |
| HSV(B) | 309.09º | 0.81% | 0.8% | - |
| XYZ | 33.36 | 17.3 | 43.7 | - |
| YUV | 103.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 178 | 0 | 0.81 | 0.12 | 0.20 | 309.09 | 0.68 | 0.47 |
| Hex | CB | 26 | B2 | 0 | 51 | C | 14 | 135 | 44 | 2F |
| Octal | 313 | 46 | 262 | 0 | 121 | 14 | 24 | 465 | 104 | 57 |
| Binary | 11001011 | 100110 | 10110010 | 0 | 1010001 | 1100 | 10100 | 100110101 | 1000100 | 101111 |
Color Harmonies of #CB26B2
Complementary color
Monochromatic Colors of #CB26B2
Black with #CB26B2
Text Example
Text Example
White with #CB26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26B2; }
p { color: rgb(203,38,178); }
H1.HeaderClassName
{
color: #CB26B2;
}
.AnyTagClassName
{
color: #CB26B2;
}
</style>
background-color css
<style>
a { background-color: #CB26B2; }
a { background-color: rgb(203,38,178); }
div.DivClassName
{
background-color: #CB26B2;
}
.BgClassName
{
background-color: #CB26B2;
}
</style>
border-color css
<style>
span { border-color: #CB26B2; }
span { border-color: rgb(203,38,178); }
td.TdClassName
{
border-color: #CB26B2;
}
.TagClassName
{
border-color: #CB26B2;
}
</style>