Shades of Deep Magenta #C126CC
Tints of Deep Magenta #C126CC
RGB
CMYK
RGB Variations
Color information
#C126CC (or 0xC126CC) is known color: Deep Magenta. HEX triplet: C1, 26 and CC. RGB value is (193,38,204). Sum of RGB (Red+Green+Blue) = 193+38+204=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C126CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C126CC is #3ED933. Grayscale: #666666. Windows color (decimal): -4118836 or 13379265. OLE color: 13379265.
HSL color Cylindrical-coordinate representation of color #C126CC: hue angle of 296.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C126CC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 38 | 204 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.2 |
| HSL | 296.02º | 0.69% | 0.47% | - |
| HSV(B) | 296.02º | 0.81% | 0.8% | - |
| XYZ | 33.58 | 17.08 | 58.65 | - |
| YUV | 103.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 204 | 0.05 | 0.81 | 0 | 0.2 | 296.02 | 0.69 | 0.47 |
| Hex | C1 | 26 | CC | 5 | 51 | 0 | 14 | 128 | 45 | 2F |
| Octal | 301 | 46 | 314 | 5 | 121 | 0 | 24 | 450 | 105 | 57 |
| Binary | 11000001 | 100110 | 11001100 | 101 | 1010001 | 0 | 10100 | 100101000 | 1000101 | 101111 |
Color Harmonies of #C126CC
Complementary color
Monochromatic Colors of #C126CC
Black with #C126CC
Text Example
Text Example
White with #C126CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126CC; }
p { color: rgb(193,38,204); }
H1.HeaderClassName
{
color: #C126CC;
}
.AnyTagClassName
{
color: #C126CC;
}
</style>
background-color css
<style>
a { background-color: #C126CC; }
a { background-color: rgb(193,38,204); }
div.DivClassName
{
background-color: #C126CC;
}
.BgClassName
{
background-color: #C126CC;
}
</style>
border-color css
<style>
span { border-color: #C126CC; }
span { border-color: rgb(193,38,204); }
td.TdClassName
{
border-color: #C126CC;
}
.TagClassName
{
border-color: #C126CC;
}
</style>