Shades of Deep Magenta #CB07AC
Tints of Deep Magenta #CB07AC
RGB
CMYK
RGB Variations
Color information
#CB07AC (or 0xCB07AC) is known color: Deep Magenta. HEX triplet: CB, 07 and AC. RGB value is (203,7,172). Sum of RGB (Red+Green+Blue) = 203+7+172=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07AC is #34F853. Grayscale: #535353. Windows color (decimal): -3471444 or 11274187. OLE color: 11274187.
HSL color Cylindrical-coordinate representation of color #CB07AC: hue angle of 309.49º 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 #CB07AC is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.20 |
| HSL | 309.49º | 0.93% | 0.41% | - |
| HSV(B) | 309.49º | 0.97% | 0.8% | - |
| XYZ | 32.15 | 15.83 | 40.39 | - |
| YUV | 84.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 172 | 0 | 0.97 | 0.15 | 0.20 | 309.49 | 0.93 | 0.41 |
| Hex | CB | 7 | AC | 0 | 61 | F | 14 | 135 | 5D | 29 |
| Octal | 313 | 7 | 254 | 0 | 141 | 17 | 24 | 465 | 135 | 51 |
| Binary | 11001011 | 111 | 10101100 | 0 | 1100001 | 1111 | 10100 | 100110101 | 1011101 | 101001 |
Color Harmonies of #CB07AC
Complementary color
Monochromatic Colors of #CB07AC
Black with #CB07AC
Text Example
Text Example
White with #CB07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07AC; }
p { color: rgb(203,7,172); }
H1.HeaderClassName
{
color: #CB07AC;
}
.AnyTagClassName
{
color: #CB07AC;
}
</style>
background-color css
<style>
a { background-color: #CB07AC; }
a { background-color: rgb(203,7,172); }
div.DivClassName
{
background-color: #CB07AC;
}
.BgClassName
{
background-color: #CB07AC;
}
</style>
border-color css
<style>
span { border-color: #CB07AC; }
span { border-color: rgb(203,7,172); }
td.TdClassName
{
border-color: #CB07AC;
}
.TagClassName
{
border-color: #CB07AC;
}
</style>