Shades of Deep Magenta #C026CD
Tints of Deep Magenta #C026CD
RGB
CMYK
RGB Variations
Color information
#C026CD (or 0xC026CD) is known color: Deep Magenta. HEX triplet: C0, 26 and CD. RGB value is (192,38,205). Sum of RGB (Red+Green+Blue) = 192+38+205=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C026CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026CD is #3FD932. Grayscale: #666666. Windows color (decimal): -4184371 or 13444800. OLE color: 13444800.
HSL color Cylindrical-coordinate representation of color #C026CD: hue angle of 295.33º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C026CD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 38 | 205 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.20 |
| HSL | 295.33º | 0.69% | 0.48% | - |
| HSV(B) | 295.33º | 0.81% | 0.8% | - |
| XYZ | 33.45 | 17 | 59.28 | - |
| YUV | 103.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 205 | 0.06 | 0.81 | 0 | 0.20 | 295.33 | 0.69 | 0.48 |
| Hex | C0 | 26 | CD | 6 | 51 | 0 | 14 | 127 | 45 | 30 |
| Octal | 300 | 46 | 315 | 6 | 121 | 0 | 24 | 447 | 105 | 60 |
| Binary | 11000000 | 100110 | 11001101 | 110 | 1010001 | 0 | 10100 | 100100111 | 1000101 | 110000 |
Color Harmonies of #C026CD
Complementary color
Monochromatic Colors of #C026CD
Black with #C026CD
Text Example
Text Example
White with #C026CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026CD; }
p { color: rgb(192,38,205); }
H1.HeaderClassName
{
color: #C026CD;
}
.AnyTagClassName
{
color: #C026CD;
}
</style>
background-color css
<style>
a { background-color: #C026CD; }
a { background-color: rgb(192,38,205); }
div.DivClassName
{
background-color: #C026CD;
}
.BgClassName
{
background-color: #C026CD;
}
</style>
border-color css
<style>
span { border-color: #C026CD; }
span { border-color: rgb(192,38,205); }
td.TdClassName
{
border-color: #C026CD;
}
.TagClassName
{
border-color: #C026CD;
}
</style>