Shades of Deep Magenta #CB26DA
Tints of Deep Magenta #CB26DA
RGB
CMYK
RGB Variations
Color information
#CB26DA (or 0xCB26DA) is known color: Deep Magenta. HEX triplet: CB, 26 and DA. RGB value is (203,38,218). Sum of RGB (Red+Green+Blue) = 203+38+218=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26DA is #34D925. Grayscale: #6B6B6B. Windows color (decimal): -3463462 or 14296779. OLE color: 14296779.
HSL color Cylindrical-coordinate representation of color #CB26DA: hue angle of 295º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB26DA is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 38 | 218 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.15 |
| HSL | 295º | 0.71% | 0.5% | - |
| HSV(B) | 295º | 0.83% | 0.85% | - |
| XYZ | 37.98 | 19.14 | 68.02 | - |
| YUV | 107.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 218 | 0.07 | 0.83 | 0 | 0.15 | 295 | 0.71 | 0.5 |
| Hex | CB | 26 | DA | 7 | 53 | 0 | F | 127 | 47 | 32 |
| Octal | 313 | 46 | 332 | 7 | 123 | 0 | 17 | 447 | 107 | 62 |
| Binary | 11001011 | 100110 | 11011010 | 111 | 1010011 | 0 | 1111 | 100100111 | 1000111 | 110010 |
Color Harmonies of #CB26DA
Complementary color
Monochromatic Colors of #CB26DA
Black with #CB26DA
Text Example
Text Example
White with #CB26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26DA; }
p { color: rgb(203,38,218); }
H1.HeaderClassName
{
color: #CB26DA;
}
.AnyTagClassName
{
color: #CB26DA;
}
</style>
background-color css
<style>
a { background-color: #CB26DA; }
a { background-color: rgb(203,38,218); }
div.DivClassName
{
background-color: #CB26DA;
}
.BgClassName
{
background-color: #CB26DA;
}
</style>
border-color css
<style>
span { border-color: #CB26DA; }
span { border-color: rgb(203,38,218); }
td.TdClassName
{
border-color: #CB26DA;
}
.TagClassName
{
border-color: #CB26DA;
}
</style>