Shades of Deep Magenta #C026B9
Tints of Deep Magenta #C026B9
RGB
CMYK
RGB Variations
Color information
#C026B9 (or 0xC026B9) is known color: Deep Magenta. HEX triplet: C0, 26 and B9. RGB value is (192,38,185). Sum of RGB (Red+Green+Blue) = 192+38+185=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C026B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026B9 is #3FD946. Grayscale: #646464. Windows color (decimal): -4184391 or 12134080. OLE color: 12134080.
HSL color Cylindrical-coordinate representation of color #C026B9: hue angle of 302.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C026B9 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 185 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.25 |
| HSL | 302.73º | 0.67% | 0.45% | - |
| HSV(B) | 302.73º | 0.8% | 0.75% | - |
| XYZ | 31.19 | 16.1 | 47.36 | - |
| YUV | 100.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 185 | 0 | 0.80 | 0.04 | 0.25 | 302.73 | 0.67 | 0.45 |
| Hex | C0 | 26 | B9 | 0 | 50 | 4 | 19 | 12F | 43 | 2D |
| Octal | 300 | 46 | 271 | 0 | 120 | 4 | 31 | 457 | 103 | 55 |
| Binary | 11000000 | 100110 | 10111001 | 0 | 1010000 | 100 | 11001 | 100101111 | 1000011 | 101101 |
Color Harmonies of #C026B9
Complementary color
Monochromatic Colors of #C026B9
Black with #C026B9
Text Example
Text Example
White with #C026B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026B9; }
p { color: rgb(192,38,185); }
H1.HeaderClassName
{
color: #C026B9;
}
.AnyTagClassName
{
color: #C026B9;
}
</style>
background-color css
<style>
a { background-color: #C026B9; }
a { background-color: rgb(192,38,185); }
div.DivClassName
{
background-color: #C026B9;
}
.BgClassName
{
background-color: #C026B9;
}
</style>
border-color css
<style>
span { border-color: #C026B9; }
span { border-color: rgb(192,38,185); }
td.TdClassName
{
border-color: #C026B9;
}
.TagClassName
{
border-color: #C026B9;
}
</style>