Shades of Deep Magenta #CB26C3
Tints of Deep Magenta #CB26C3
RGB
CMYK
RGB Variations
Color information
#CB26C3 (or 0xCB26C3) is known color: Deep Magenta. HEX triplet: CB, 26 and C3. RGB value is (203,38,195). Sum of RGB (Red+Green+Blue) = 203+38+195=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB26C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26C3 is #34D93C. Grayscale: #686868. Windows color (decimal): -3463485 or 12789451. OLE color: 12789451.
HSL color Cylindrical-coordinate representation of color #CB26C3: hue angle of 302.91º 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 #CB26C3 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 195 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.20 |
| HSL | 302.91º | 0.68% | 0.47% | - |
| HSV(B) | 302.91º | 0.81% | 0.8% | - |
| XYZ | 35.17 | 18.02 | 53.25 | - |
| YUV | 105.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 195 | 0 | 0.81 | 0.04 | 0.20 | 302.91 | 0.68 | 0.47 |
| Hex | CB | 26 | C3 | 0 | 51 | 4 | 14 | 12F | 44 | 2F |
| Octal | 313 | 46 | 303 | 0 | 121 | 4 | 24 | 457 | 104 | 57 |
| Binary | 11001011 | 100110 | 11000011 | 0 | 1010001 | 100 | 10100 | 100101111 | 1000100 | 101111 |
Color Harmonies of #CB26C3
Complementary color
Monochromatic Colors of #CB26C3
Black with #CB26C3
Text Example
Text Example
White with #CB26C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26C3; }
p { color: rgb(203,38,195); }
H1.HeaderClassName
{
color: #CB26C3;
}
.AnyTagClassName
{
color: #CB26C3;
}
</style>
background-color css
<style>
a { background-color: #CB26C3; }
a { background-color: rgb(203,38,195); }
div.DivClassName
{
background-color: #CB26C3;
}
.BgClassName
{
background-color: #CB26C3;
}
</style>
border-color css
<style>
span { border-color: #CB26C3; }
span { border-color: rgb(203,38,195); }
td.TdClassName
{
border-color: #CB26C3;
}
.TagClassName
{
border-color: #CB26C3;
}
</style>