Shades of Deep Magenta #CB0FAA
Tints of Deep Magenta #CB0FAA
RGB
CMYK
RGB Variations
Color information
#CB0FAA (or 0xCB0FAA) is known color: Deep Magenta. HEX triplet: CB, 0F and AA. RGB value is (203,15,170). Sum of RGB (Red+Green+Blue) = 203+15+170=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0FAA is #34F055. Grayscale: #585858. Windows color (decimal): -3469398 or 11145163. OLE color: 11145163.
HSL color Cylindrical-coordinate representation of color #CB0FAA: hue angle of 310.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FAA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.20 |
| HSL | 310.53º | 0.86% | 0.43% | - |
| HSV(B) | 310.53º | 0.93% | 0.8% | - |
| XYZ | 32.06 | 15.94 | 39.42 | - |
| YUV | 88.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 170 | 0 | 0.93 | 0.16 | 0.20 | 310.53 | 0.86 | 0.43 |
| Hex | CB | F | AA | 0 | 5D | 10 | 14 | 137 | 56 | 2B |
| Octal | 313 | 17 | 252 | 0 | 135 | 20 | 24 | 467 | 126 | 53 |
| Binary | 11001011 | 1111 | 10101010 | 0 | 1011101 | 10000 | 10100 | 100110111 | 1010110 | 101011 |
Color Harmonies of #CB0FAA
Complementary color
Monochromatic Colors of #CB0FAA
Black with #CB0FAA
Text Example
Text Example
White with #CB0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FAA; }
p { color: rgb(203,15,170); }
H1.HeaderClassName
{
color: #CB0FAA;
}
.AnyTagClassName
{
color: #CB0FAA;
}
</style>
background-color css
<style>
a { background-color: #CB0FAA; }
a { background-color: rgb(203,15,170); }
div.DivClassName
{
background-color: #CB0FAA;
}
.BgClassName
{
background-color: #CB0FAA;
}
</style>
border-color css
<style>
span { border-color: #CB0FAA; }
span { border-color: rgb(203,15,170); }
td.TdClassName
{
border-color: #CB0FAA;
}
.TagClassName
{
border-color: #CB0FAA;
}
</style>