Shades of Deep Magenta #CB04C7
Tints of Deep Magenta #CB04C7
RGB
CMYK
RGB Variations
Color information
#CB04C7 (or 0xCB04C7) is known color: Deep Magenta. HEX triplet: CB, 04 and C7. RGB value is (203,4,199). Sum of RGB (Red+Green+Blue) = 203+4+199=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04C7 is #34FB38. Grayscale: #555555. Windows color (decimal): -3472185 or 13042891. OLE color: 13042891.
HSL color Cylindrical-coordinate representation of color #CB04C7: hue angle of 301.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04C7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.20 |
| HSL | 301.21º | 0.96% | 0.41% | - |
| HSV(B) | 301.21º | 0.98% | 0.8% | - |
| XYZ | 34.98 | 16.91 | 55.45 | - |
| YUV | 85.73 | 191.93 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 199 | 0 | 0.98 | 0.02 | 0.20 | 301.21 | 0.96 | 0.41 |
| Hex | CB | 4 | C7 | 0 | 62 | 2 | 14 | 12D | 60 | 29 |
| Octal | 313 | 4 | 307 | 0 | 142 | 2 | 24 | 455 | 140 | 51 |
| Binary | 11001011 | 100 | 11000111 | 0 | 1100010 | 10 | 10100 | 100101101 | 1100000 | 101001 |
Color Harmonies of #CB04C7
Complementary color
Monochromatic Colors of #CB04C7
Black with #CB04C7
Text Example
Text Example
White with #CB04C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04C7; }
p { color: rgb(203,4,199); }
H1.HeaderClassName
{
color: #CB04C7;
}
.AnyTagClassName
{
color: #CB04C7;
}
</style>
background-color css
<style>
a { background-color: #CB04C7; }
a { background-color: rgb(203,4,199); }
div.DivClassName
{
background-color: #CB04C7;
}
.BgClassName
{
background-color: #CB04C7;
}
</style>
border-color css
<style>
span { border-color: #CB04C7; }
span { border-color: rgb(203,4,199); }
td.TdClassName
{
border-color: #CB04C7;
}
.TagClassName
{
border-color: #CB04C7;
}
</style>