Shades of Deep Magenta #C018B9
Tints of Deep Magenta #C018B9
RGB
CMYK
RGB Variations
Color information
#C018B9 (or 0xC018B9) is known color: Deep Magenta. HEX triplet: C0, 18 and B9. RGB value is (192,24,185). Sum of RGB (Red+Green+Blue) = 192+24+185=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018B9 is #3FE746. Grayscale: #5C5C5C. Windows color (decimal): -4187975 or 12130496. OLE color: 12130496.
HSL color Cylindrical-coordinate representation of color #C018B9: hue angle of 302.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018B9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 185 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.25 |
| HSL | 302.5º | 0.78% | 0.42% | - |
| HSV(B) | 302.5º | 0.88% | 0.75% | - |
| XYZ | 30.82 | 15.36 | 47.24 | - |
| YUV | 92.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 185 | 0 | 0.88 | 0.04 | 0.25 | 302.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | B9 | 0 | 58 | 4 | 19 | 12E | 4E | 2A |
| Octal | 300 | 30 | 271 | 0 | 130 | 4 | 31 | 456 | 116 | 52 |
| Binary | 11000000 | 11000 | 10111001 | 0 | 1011000 | 100 | 11001 | 100101110 | 1001110 | 101010 |
Color Harmonies of #C018B9
Complementary color
Monochromatic Colors of #C018B9
Black with #C018B9
Text Example
Text Example
White with #C018B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018B9; }
p { color: rgb(192,24,185); }
H1.HeaderClassName
{
color: #C018B9;
}
.AnyTagClassName
{
color: #C018B9;
}
</style>
background-color css
<style>
a { background-color: #C018B9; }
a { background-color: rgb(192,24,185); }
div.DivClassName
{
background-color: #C018B9;
}
.BgClassName
{
background-color: #C018B9;
}
</style>
border-color css
<style>
span { border-color: #C018B9; }
span { border-color: rgb(192,24,185); }
td.TdClassName
{
border-color: #C018B9;
}
.TagClassName
{
border-color: #C018B9;
}
</style>