Shades of Deep Magenta #C00FAB
Tints of Deep Magenta #C00FAB
RGB
CMYK
RGB Variations
Color information
#C00FAB (or 0xC00FAB) is known color: Deep Magenta. HEX triplet: C0, 0F and AB. RGB value is (192,15,171). Sum of RGB (Red+Green+Blue) = 192+15+171=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FAB is #3FF054. Grayscale: #555555. Windows color (decimal): -4190293 or 11210688. OLE color: 11210688.
HSL color Cylindrical-coordinate representation of color #C00FAB: hue angle of 307.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00FAB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 171 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.12º | 0.86% | 0.41% | - |
| HSV(B) | 307.12º | 0.92% | 0.75% | - |
| XYZ | 29.26 | 14.49 | 39.78 | - |
| YUV | 85.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 171 | 0 | 0.92 | 0.11 | 0.25 | 307.12 | 0.86 | 0.41 |
| Hex | C0 | F | AB | 0 | 5C | B | 19 | 133 | 56 | 29 |
| Octal | 300 | 17 | 253 | 0 | 134 | 13 | 31 | 463 | 126 | 51 |
| Binary | 11000000 | 1111 | 10101011 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C00FAB
Complementary color
Monochromatic Colors of #C00FAB
Black with #C00FAB
Text Example
Text Example
White with #C00FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FAB; }
p { color: rgb(192,15,171); }
H1.HeaderClassName
{
color: #C00FAB;
}
.AnyTagClassName
{
color: #C00FAB;
}
</style>
background-color css
<style>
a { background-color: #C00FAB; }
a { background-color: rgb(192,15,171); }
div.DivClassName
{
background-color: #C00FAB;
}
.BgClassName
{
background-color: #C00FAB;
}
</style>
border-color css
<style>
span { border-color: #C00FAB; }
span { border-color: rgb(192,15,171); }
td.TdClassName
{
border-color: #C00FAB;
}
.TagClassName
{
border-color: #C00FAB;
}
</style>