Shades of Deep Magenta #CB29D0
Tints of Deep Magenta #CB29D0
RGB
CMYK
RGB Variations
Color information
#CB29D0 (or 0xCB29D0) is known color: Deep Magenta. HEX triplet: CB, 29 and D0. RGB value is (203,41,208). Sum of RGB (Red+Green+Blue) = 203+41+208=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB29D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29D0 is #34D62F. Grayscale: #6B6B6B. Windows color (decimal): -3462704 or 13642187. OLE color: 13642187.
HSL color Cylindrical-coordinate representation of color #CB29D0: hue angle of 298.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB29D0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 41 | 208 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.18 |
| HSL | 298.2º | 0.67% | 0.49% | - |
| HSV(B) | 298.2º | 0.8% | 0.82% | - |
| XYZ | 36.81 | 18.84 | 61.37 | - |
| YUV | 108.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 208 | 0.02 | 0.80 | 0 | 0.18 | 298.2 | 0.67 | 0.49 |
| Hex | CB | 29 | D0 | 2 | 50 | 0 | 12 | 12A | 43 | 31 |
| Octal | 313 | 51 | 320 | 2 | 120 | 0 | 22 | 452 | 103 | 61 |
| Binary | 11001011 | 101001 | 11010000 | 10 | 1010000 | 0 | 10010 | 100101010 | 1000011 | 110001 |
Color Harmonies of #CB29D0
Complementary color
Monochromatic Colors of #CB29D0
Black with #CB29D0
Text Example
Text Example
White with #CB29D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29D0; }
p { color: rgb(203,41,208); }
H1.HeaderClassName
{
color: #CB29D0;
}
.AnyTagClassName
{
color: #CB29D0;
}
</style>
background-color css
<style>
a { background-color: #CB29D0; }
a { background-color: rgb(203,41,208); }
div.DivClassName
{
background-color: #CB29D0;
}
.BgClassName
{
background-color: #CB29D0;
}
</style>
border-color css
<style>
span { border-color: #CB29D0; }
span { border-color: rgb(203,41,208); }
td.TdClassName
{
border-color: #CB29D0;
}
.TagClassName
{
border-color: #CB29D0;
}
</style>