Shades of Deep Magenta #C026C4
Tints of Deep Magenta #C026C4
RGB
CMYK
RGB Variations
Color information
#C026C4 (or 0xC026C4) is known color: Deep Magenta. HEX triplet: C0, 26 and C4. RGB value is (192,38,196). Sum of RGB (Red+Green+Blue) = 192+38+196=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #C026C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026C4 is #3FD93B. Grayscale: #656565. Windows color (decimal): -4184380 or 12854976. OLE color: 12854976.
HSL color Cylindrical-coordinate representation of color #C026C4: hue angle of 298.48º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C026C4 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 38 | 196 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.23 |
| HSL | 298.48º | 0.68% | 0.46% | - |
| HSV(B) | 298.48º | 0.81% | 0.77% | - |
| XYZ | 32.4 | 16.58 | 53.72 | - |
| YUV | 102.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 196 | 0.02 | 0.81 | 0 | 0.23 | 298.48 | 0.68 | 0.46 |
| Hex | C0 | 26 | C4 | 2 | 51 | 0 | 17 | 12A | 44 | 2E |
| Octal | 300 | 46 | 304 | 2 | 121 | 0 | 27 | 452 | 104 | 56 |
| Binary | 11000000 | 100110 | 11000100 | 10 | 1010001 | 0 | 10111 | 100101010 | 1000100 | 101110 |
Color Harmonies of #C026C4
Complementary color
Monochromatic Colors of #C026C4
Black with #C026C4
Text Example
Text Example
White with #C026C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026C4; }
p { color: rgb(192,38,196); }
H1.HeaderClassName
{
color: #C026C4;
}
.AnyTagClassName
{
color: #C026C4;
}
</style>
background-color css
<style>
a { background-color: #C026C4; }
a { background-color: rgb(192,38,196); }
div.DivClassName
{
background-color: #C026C4;
}
.BgClassName
{
background-color: #C026C4;
}
</style>
border-color css
<style>
span { border-color: #C026C4; }
span { border-color: rgb(192,38,196); }
td.TdClassName
{
border-color: #C026C4;
}
.TagClassName
{
border-color: #C026C4;
}
</style>