Shades of Deep Magenta #CB04D7
Tints of Deep Magenta #CB04D7
RGB
CMYK
RGB Variations
Color information
#CB04D7 (or 0xCB04D7) is known color: Deep Magenta. HEX triplet: CB, 04 and D7. RGB value is (203,4,215). Sum of RGB (Red+Green+Blue) = 203+4+215=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB04D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04D7 is #34FB28. Grayscale: #565656. Windows color (decimal): -3472169 or 14091467. OLE color: 14091467.
HSL color Cylindrical-coordinate representation of color #CB04D7: hue angle of 296.59º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04D7 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 4 | 215 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.16 |
| HSL | 296.59º | 0.96% | 0.43% | - |
| HSV(B) | 296.59º | 0.98% | 0.84% | - |
| XYZ | 36.94 | 17.69 | 65.76 | - |
| YUV | 87.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 215 | 0.06 | 0.98 | 0 | 0.16 | 296.59 | 0.96 | 0.43 |
| Hex | CB | 4 | D7 | 6 | 62 | 0 | 10 | 129 | 60 | 2B |
| Octal | 313 | 4 | 327 | 6 | 142 | 0 | 20 | 451 | 140 | 53 |
| Binary | 11001011 | 100 | 11010111 | 110 | 1100010 | 0 | 10000 | 100101001 | 1100000 | 101011 |
Color Harmonies of #CB04D7
Complementary color
Monochromatic Colors of #CB04D7
Black with #CB04D7
Text Example
Text Example
White with #CB04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04D7; }
p { color: rgb(203,4,215); }
H1.HeaderClassName
{
color: #CB04D7;
}
.AnyTagClassName
{
color: #CB04D7;
}
</style>
background-color css
<style>
a { background-color: #CB04D7; }
a { background-color: rgb(203,4,215); }
div.DivClassName
{
background-color: #CB04D7;
}
.BgClassName
{
background-color: #CB04D7;
}
</style>
border-color css
<style>
span { border-color: #CB04D7; }
span { border-color: rgb(203,4,215); }
td.TdClassName
{
border-color: #CB04D7;
}
.TagClassName
{
border-color: #CB04D7;
}
</style>