Shades of Deep Magenta #C018B2
Tints of Deep Magenta #C018B2
RGB
CMYK
RGB Variations
Color information
#C018B2 (or 0xC018B2) is known color: Deep Magenta. HEX triplet: C0, 18 and B2. RGB value is (192,24,178). Sum of RGB (Red+Green+Blue) = 192+24+178=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018B2 is #3FE74D. Grayscale: #5B5B5B. Windows color (decimal): -4187982 or 11671744. OLE color: 11671744.
HSL color Cylindrical-coordinate representation of color #C018B2: hue angle of 305º 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 #C018B2 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 178 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.25 |
| HSL | 305º | 0.78% | 0.42% | - |
| HSV(B) | 305º | 0.88% | 0.75% | - |
| XYZ | 30.1 | 15.07 | 43.44 | - |
| YUV | 91.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 178 | 0 | 0.88 | 0.07 | 0.25 | 305 | 0.78 | 0.42 |
| Hex | C0 | 18 | B2 | 0 | 58 | 7 | 19 | 131 | 4E | 2A |
| Octal | 300 | 30 | 262 | 0 | 130 | 7 | 31 | 461 | 116 | 52 |
| Binary | 11000000 | 11000 | 10110010 | 0 | 1011000 | 111 | 11001 | 100110001 | 1001110 | 101010 |
Color Harmonies of #C018B2
Complementary color
Monochromatic Colors of #C018B2
Black with #C018B2
Text Example
Text Example
White with #C018B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018B2; }
p { color: rgb(192,24,178); }
H1.HeaderClassName
{
color: #C018B2;
}
.AnyTagClassName
{
color: #C018B2;
}
</style>
background-color css
<style>
a { background-color: #C018B2; }
a { background-color: rgb(192,24,178); }
div.DivClassName
{
background-color: #C018B2;
}
.BgClassName
{
background-color: #C018B2;
}
</style>
border-color css
<style>
span { border-color: #C018B2; }
span { border-color: rgb(192,24,178); }
td.TdClassName
{
border-color: #C018B2;
}
.TagClassName
{
border-color: #C018B2;
}
</style>