Shades of Deep Magenta #C426CC
Tints of Deep Magenta #C426CC
RGB
CMYK
RGB Variations
Color information
#C426CC (or 0xC426CC) is known color: Deep Magenta. HEX triplet: C4, 26 and CC. RGB value is (196,38,204). Sum of RGB (Red+Green+Blue) = 196+38+204=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #C426CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426CC is #3BD933. Grayscale: #676767. Windows color (decimal): -3922228 or 13379268. OLE color: 13379268.
HSL color Cylindrical-coordinate representation of color #C426CC: hue angle of 297.11º 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 #C426CC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 38 | 204 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.2 |
| HSL | 297.11º | 0.69% | 0.47% | - |
| HSV(B) | 297.11º | 0.81% | 0.8% | - |
| XYZ | 34.36 | 17.48 | 58.69 | - |
| YUV | 104.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 204 | 0.04 | 0.81 | 0 | 0.2 | 297.11 | 0.69 | 0.47 |
| Hex | C4 | 26 | CC | 4 | 51 | 0 | 14 | 129 | 45 | 2F |
| Octal | 304 | 46 | 314 | 4 | 121 | 0 | 24 | 451 | 105 | 57 |
| Binary | 11000100 | 100110 | 11001100 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000101 | 101111 |
Color Harmonies of #C426CC
Complementary color
Monochromatic Colors of #C426CC
Black with #C426CC
Text Example
Text Example
White with #C426CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426CC; }
p { color: rgb(196,38,204); }
H1.HeaderClassName
{
color: #C426CC;
}
.AnyTagClassName
{
color: #C426CC;
}
</style>
background-color css
<style>
a { background-color: #C426CC; }
a { background-color: rgb(196,38,204); }
div.DivClassName
{
background-color: #C426CC;
}
.BgClassName
{
background-color: #C426CC;
}
</style>
border-color css
<style>
span { border-color: #C426CC; }
span { border-color: rgb(196,38,204); }
td.TdClassName
{
border-color: #C426CC;
}
.TagClassName
{
border-color: #C426CC;
}
</style>