Shades of Deep Magenta #CB07BE
Tints of Deep Magenta #CB07BE
RGB
CMYK
RGB Variations
Color information
#CB07BE (or 0xCB07BE) is known color: Deep Magenta. HEX triplet: CB, 07 and BE. RGB value is (203,7,190). Sum of RGB (Red+Green+Blue) = 203+7+190=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07BE is #34F841. Grayscale: #555555. Windows color (decimal): -3471426 or 12453835. OLE color: 12453835.
HSL color Cylindrical-coordinate representation of color #CB07BE: hue angle of 303.98º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07BE is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.20 |
| HSL | 303.98º | 0.93% | 0.41% | - |
| HSV(B) | 303.98º | 0.97% | 0.8% | - |
| XYZ | 34 | 16.57 | 50.12 | - |
| YUV | 86.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 190 | 0 | 0.97 | 0.06 | 0.20 | 303.98 | 0.93 | 0.41 |
| Hex | CB | 7 | BE | 0 | 61 | 6 | 14 | 130 | 5D | 29 |
| Octal | 313 | 7 | 276 | 0 | 141 | 6 | 24 | 460 | 135 | 51 |
| Binary | 11001011 | 111 | 10111110 | 0 | 1100001 | 110 | 10100 | 100110000 | 1011101 | 101001 |
Color Harmonies of #CB07BE
Complementary color
Monochromatic Colors of #CB07BE
Black with #CB07BE
Text Example
Text Example
White with #CB07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07BE; }
p { color: rgb(203,7,190); }
H1.HeaderClassName
{
color: #CB07BE;
}
.AnyTagClassName
{
color: #CB07BE;
}
</style>
background-color css
<style>
a { background-color: #CB07BE; }
a { background-color: rgb(203,7,190); }
div.DivClassName
{
background-color: #CB07BE;
}
.BgClassName
{
background-color: #CB07BE;
}
</style>
border-color css
<style>
span { border-color: #CB07BE; }
span { border-color: rgb(203,7,190); }
td.TdClassName
{
border-color: #CB07BE;
}
.TagClassName
{
border-color: #CB07BE;
}
</style>