Shades of Deep Magenta #CB26DF
Tints of Deep Magenta #CB26DF
RGB
CMYK
RGB Variations
Color information
#CB26DF (or 0xCB26DF) is known color: Deep Magenta. HEX triplet: CB, 26 and DF. RGB value is (203,38,223). Sum of RGB (Red+Green+Blue) = 203+38+223=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26DF is #34D920. Grayscale: #6B6B6B. Windows color (decimal): -3463457 or 14624459. OLE color: 14624459.
HSL color Cylindrical-coordinate representation of color #CB26DF: hue angle of 293.51º 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 #CB26DF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 38 | 223 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.51º | 0.74% | 0.51% | - |
| HSV(B) | 293.51º | 0.83% | 0.87% | - |
| XYZ | 38.64 | 19.41 | 71.52 | - |
| YUV | 108.43 | 192.66 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 223 | 0.09 | 0.83 | 0 | 0.13 | 293.51 | 0.74 | 0.51 |
| Hex | CB | 26 | DF | 9 | 53 | 0 | D | 126 | 4A | 33 |
| Octal | 313 | 46 | 337 | 11 | 123 | 0 | 15 | 446 | 112 | 63 |
| Binary | 11001011 | 100110 | 11011111 | 1001 | 1010011 | 0 | 1101 | 100100110 | 1001010 | 110011 |
Color Harmonies of #CB26DF
Complementary color
Monochromatic Colors of #CB26DF
Black with #CB26DF
Text Example
Text Example
White with #CB26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26DF; }
p { color: rgb(203,38,223); }
H1.HeaderClassName
{
color: #CB26DF;
}
.AnyTagClassName
{
color: #CB26DF;
}
</style>
background-color css
<style>
a { background-color: #CB26DF; }
a { background-color: rgb(203,38,223); }
div.DivClassName
{
background-color: #CB26DF;
}
.BgClassName
{
background-color: #CB26DF;
}
</style>
border-color css
<style>
span { border-color: #CB26DF; }
span { border-color: rgb(203,38,223); }
td.TdClassName
{
border-color: #CB26DF;
}
.TagClassName
{
border-color: #CB26DF;
}
</style>