Shades of Deep Magenta #C018B0
Tints of Deep Magenta #C018B0
RGB
CMYK
RGB Variations
Color information
#C018B0 (or 0xC018B0) is known color: Deep Magenta. HEX triplet: C0, 18 and B0. RGB value is (192,24,176). Sum of RGB (Red+Green+Blue) = 192+24+176=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018B0 is #3FE74F. Grayscale: #5B5B5B. Windows color (decimal): -4187984 or 11540672. OLE color: 11540672.
HSL color Cylindrical-coordinate representation of color #C018B0: hue angle of 305.71º 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 #C018B0 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 176 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.25 |
| HSL | 305.71º | 0.78% | 0.42% | - |
| HSV(B) | 305.71º | 0.88% | 0.75% | - |
| XYZ | 29.9 | 14.99 | 42.39 | - |
| YUV | 91.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 176 | 0 | 0.88 | 0.08 | 0.25 | 305.71 | 0.78 | 0.42 |
| Hex | C0 | 18 | B0 | 0 | 58 | 8 | 19 | 132 | 4E | 2A |
| Octal | 300 | 30 | 260 | 0 | 130 | 10 | 31 | 462 | 116 | 52 |
| Binary | 11000000 | 11000 | 10110000 | 0 | 1011000 | 1000 | 11001 | 100110010 | 1001110 | 101010 |
Color Harmonies of #C018B0
Complementary color
Monochromatic Colors of #C018B0
Black with #C018B0
Text Example
Text Example
White with #C018B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018B0; }
p { color: rgb(192,24,176); }
H1.HeaderClassName
{
color: #C018B0;
}
.AnyTagClassName
{
color: #C018B0;
}
</style>
background-color css
<style>
a { background-color: #C018B0; }
a { background-color: rgb(192,24,176); }
div.DivClassName
{
background-color: #C018B0;
}
.BgClassName
{
background-color: #C018B0;
}
</style>
border-color css
<style>
span { border-color: #C018B0; }
span { border-color: rgb(192,24,176); }
td.TdClassName
{
border-color: #C018B0;
}
.TagClassName
{
border-color: #C018B0;
}
</style>