Shades of Deep Magenta #CB0FE6
Tints of Deep Magenta #CB0FE6
RGB
CMYK
RGB Variations
Color information
#CB0FE6 (or 0xCB0FE6) is known color: Deep Magenta. HEX triplet: CB, 0F and E6. RGB value is (203,15,230). Sum of RGB (Red+Green+Blue) = 203+15+230=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB0FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FE6 is #34F019. Grayscale: #5F5F5F. Windows color (decimal): -3469338 or 15077323. OLE color: 15077323.
HSL color Cylindrical-coordinate representation of color #CB0FE6: hue angle of 292.47º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FE6 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 15 | 230 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.10 |
| HSL | 292.47º | 0.88% | 0.48% | - |
| HSV(B) | 292.47º | 0.93% | 0.9% | - |
| XYZ | 39.08 | 18.75 | 76.42 | - |
| YUV | 95.72 | 203.78 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 230 | 0.12 | 0.93 | 0 | 0.10 | 292.47 | 0.88 | 0.48 |
| Hex | CB | F | E6 | C | 5D | 0 | A | 124 | 58 | 30 |
| Octal | 313 | 17 | 346 | 14 | 135 | 0 | 12 | 444 | 130 | 60 |
| Binary | 11001011 | 1111 | 11100110 | 1100 | 1011101 | 0 | 1010 | 100100100 | 1011000 | 110000 |
Color Harmonies of #CB0FE6
Complementary color
Monochromatic Colors of #CB0FE6
Black with #CB0FE6
Text Example
Text Example
White with #CB0FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FE6; }
p { color: rgb(203,15,230); }
H1.HeaderClassName
{
color: #CB0FE6;
}
.AnyTagClassName
{
color: #CB0FE6;
}
</style>
background-color css
<style>
a { background-color: #CB0FE6; }
a { background-color: rgb(203,15,230); }
div.DivClassName
{
background-color: #CB0FE6;
}
.BgClassName
{
background-color: #CB0FE6;
}
</style>
border-color css
<style>
span { border-color: #CB0FE6; }
span { border-color: rgb(203,15,230); }
td.TdClassName
{
border-color: #CB0FE6;
}
.TagClassName
{
border-color: #CB0FE6;
}
</style>