Shades of Deep Magenta #C026CA
Tints of Deep Magenta #C026CA
RGB
CMYK
RGB Variations
Color information
#C026CA (or 0xC026CA) is known color: Deep Magenta. HEX triplet: C0, 26 and CA. RGB value is (192,38,202). Sum of RGB (Red+Green+Blue) = 192+38+202=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C026CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026CA is #3FD935. Grayscale: #666666. Windows color (decimal): -4184374 or 13248192. OLE color: 13248192.
HSL color Cylindrical-coordinate representation of color #C026CA: hue angle of 296.34º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C026CA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 38 | 202 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.21 |
| HSL | 296.34º | 0.68% | 0.47% | - |
| HSV(B) | 296.34º | 0.81% | 0.79% | - |
| XYZ | 33.09 | 16.86 | 57.39 | - |
| YUV | 102.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 202 | 0.05 | 0.81 | 0 | 0.21 | 296.34 | 0.68 | 0.47 |
| Hex | C0 | 26 | CA | 5 | 51 | 0 | 15 | 128 | 44 | 2F |
| Octal | 300 | 46 | 312 | 5 | 121 | 0 | 25 | 450 | 104 | 57 |
| Binary | 11000000 | 100110 | 11001010 | 101 | 1010001 | 0 | 10101 | 100101000 | 1000100 | 101111 |
Color Harmonies of #C026CA
Complementary color
Monochromatic Colors of #C026CA
Black with #C026CA
Text Example
Text Example
White with #C026CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026CA; }
p { color: rgb(192,38,202); }
H1.HeaderClassName
{
color: #C026CA;
}
.AnyTagClassName
{
color: #C026CA;
}
</style>
background-color css
<style>
a { background-color: #C026CA; }
a { background-color: rgb(192,38,202); }
div.DivClassName
{
background-color: #C026CA;
}
.BgClassName
{
background-color: #C026CA;
}
</style>
border-color css
<style>
span { border-color: #C026CA; }
span { border-color: rgb(192,38,202); }
td.TdClassName
{
border-color: #C026CA;
}
.TagClassName
{
border-color: #C026CA;
}
</style>