Shades of Deep Magenta #C026C3
Tints of Deep Magenta #C026C3
RGB
CMYK
RGB Variations
Color information
#C026C3 (or 0xC026C3) is known color: Deep Magenta. HEX triplet: C0, 26 and C3. RGB value is (192,38,195). Sum of RGB (Red+Green+Blue) = 192+38+195=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #C026C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026C3 is #3FD93C. Grayscale: #656565. Windows color (decimal): -4184381 or 12789440. OLE color: 12789440.
HSL color Cylindrical-coordinate representation of color #C026C3: hue angle of 298.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C026C3 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 38 | 195 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.24 |
| HSL | 298.85º | 0.67% | 0.46% | - |
| HSV(B) | 298.85º | 0.81% | 0.76% | - |
| XYZ | 32.28 | 16.53 | 53.12 | - |
| YUV | 101.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 195 | 0.02 | 0.81 | 0 | 0.24 | 298.85 | 0.67 | 0.46 |
| Hex | C0 | 26 | C3 | 2 | 51 | 0 | 18 | 12B | 43 | 2E |
| Octal | 300 | 46 | 303 | 2 | 121 | 0 | 30 | 453 | 103 | 56 |
| Binary | 11000000 | 100110 | 11000011 | 10 | 1010001 | 0 | 11000 | 100101011 | 1000011 | 101110 |
Color Harmonies of #C026C3
Complementary color
Monochromatic Colors of #C026C3
Black with #C026C3
Text Example
Text Example
White with #C026C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026C3; }
p { color: rgb(192,38,195); }
H1.HeaderClassName
{
color: #C026C3;
}
.AnyTagClassName
{
color: #C026C3;
}
</style>
background-color css
<style>
a { background-color: #C026C3; }
a { background-color: rgb(192,38,195); }
div.DivClassName
{
background-color: #C026C3;
}
.BgClassName
{
background-color: #C026C3;
}
</style>
border-color css
<style>
span { border-color: #C026C3; }
span { border-color: rgb(192,38,195); }
td.TdClassName
{
border-color: #C026C3;
}
.TagClassName
{
border-color: #C026C3;
}
</style>