Shades of Deep Magenta #CB07BF
Tints of Deep Magenta #CB07BF
RGB
CMYK
RGB Variations
Color information
#CB07BF (or 0xCB07BF) is known color: Deep Magenta. HEX triplet: CB, 07 and BF. RGB value is (203,7,191). Sum of RGB (Red+Green+Blue) = 203+7+191=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07BF is #34F840. Grayscale: #565656. Windows color (decimal): -3471425 or 12519371. OLE color: 12519371.
HSL color Cylindrical-coordinate representation of color #CB07BF: hue angle of 303.67º 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 #CB07BF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.20 |
| HSL | 303.67º | 0.93% | 0.41% | - |
| HSV(B) | 303.67º | 0.97% | 0.8% | - |
| XYZ | 34.11 | 16.61 | 50.7 | - |
| YUV | 86.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 191 | 0 | 0.97 | 0.06 | 0.20 | 303.67 | 0.93 | 0.41 |
| Hex | CB | 7 | BF | 0 | 61 | 6 | 14 | 130 | 5D | 29 |
| Octal | 313 | 7 | 277 | 0 | 141 | 6 | 24 | 460 | 135 | 51 |
| Binary | 11001011 | 111 | 10111111 | 0 | 1100001 | 110 | 10100 | 100110000 | 1011101 | 101001 |
Color Harmonies of #CB07BF
Complementary color
Monochromatic Colors of #CB07BF
Black with #CB07BF
Text Example
Text Example
White with #CB07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07BF; }
p { color: rgb(203,7,191); }
H1.HeaderClassName
{
color: #CB07BF;
}
.AnyTagClassName
{
color: #CB07BF;
}
</style>
background-color css
<style>
a { background-color: #CB07BF; }
a { background-color: rgb(203,7,191); }
div.DivClassName
{
background-color: #CB07BF;
}
.BgClassName
{
background-color: #CB07BF;
}
</style>
border-color css
<style>
span { border-color: #CB07BF; }
span { border-color: rgb(203,7,191); }
td.TdClassName
{
border-color: #CB07BF;
}
.TagClassName
{
border-color: #CB07BF;
}
</style>