Shades of Deep Magenta #CB07AF
Tints of Deep Magenta #CB07AF
RGB
CMYK
RGB Variations
Color information
#CB07AF (or 0xCB07AF) is known color: Deep Magenta. HEX triplet: CB, 07 and AF. RGB value is (203,7,175). Sum of RGB (Red+Green+Blue) = 203+7+175=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07AF is #34F850. Grayscale: #545454. Windows color (decimal): -3471441 or 11470795. OLE color: 11470795.
HSL color Cylindrical-coordinate representation of color #CB07AF: hue angle of 308.57º 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 #CB07AF is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.20 |
| HSL | 308.57º | 0.93% | 0.41% | - |
| HSV(B) | 308.57º | 0.97% | 0.8% | - |
| XYZ | 32.44 | 15.94 | 41.92 | - |
| YUV | 84.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 175 | 0 | 0.97 | 0.14 | 0.20 | 308.57 | 0.93 | 0.41 |
| Hex | CB | 7 | AF | 0 | 61 | E | 14 | 135 | 5D | 29 |
| Octal | 313 | 7 | 257 | 0 | 141 | 16 | 24 | 465 | 135 | 51 |
| Binary | 11001011 | 111 | 10101111 | 0 | 1100001 | 1110 | 10100 | 100110101 | 1011101 | 101001 |
Color Harmonies of #CB07AF
Complementary color
Monochromatic Colors of #CB07AF
Black with #CB07AF
Text Example
Text Example
White with #CB07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07AF; }
p { color: rgb(203,7,175); }
H1.HeaderClassName
{
color: #CB07AF;
}
.AnyTagClassName
{
color: #CB07AF;
}
</style>
background-color css
<style>
a { background-color: #CB07AF; }
a { background-color: rgb(203,7,175); }
div.DivClassName
{
background-color: #CB07AF;
}
.BgClassName
{
background-color: #CB07AF;
}
</style>
border-color css
<style>
span { border-color: #CB07AF; }
span { border-color: rgb(203,7,175); }
td.TdClassName
{
border-color: #CB07AF;
}
.TagClassName
{
border-color: #CB07AF;
}
</style>