Shades of Deep Magenta #C926CC
Tints of Deep Magenta #C926CC
RGB
CMYK
RGB Variations
Color information
#C926CC (or 0xC926CC) is known color: Deep Magenta. HEX triplet: C9, 26 and CC. RGB value is (201,38,204). Sum of RGB (Red+Green+Blue) = 201+38+204=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C926CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926CC is #36D933. Grayscale: #696969. Windows color (decimal): -3594548 or 13379273. OLE color: 13379273.
HSL color Cylindrical-coordinate representation of color #C926CC: hue angle of 298.92º 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 #C926CC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 38 | 204 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.2 |
| HSL | 298.92º | 0.69% | 0.47% | - |
| HSV(B) | 298.92º | 0.81% | 0.8% | - |
| XYZ | 35.68 | 18.16 | 58.75 | - |
| YUV | 105.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 204 | 0.01 | 0.81 | 0 | 0.2 | 298.92 | 0.69 | 0.47 |
| Hex | C9 | 26 | CC | 1 | 51 | 0 | 14 | 12B | 45 | 2F |
| Octal | 311 | 46 | 314 | 1 | 121 | 0 | 24 | 453 | 105 | 57 |
| Binary | 11001001 | 100110 | 11001100 | 1 | 1010001 | 0 | 10100 | 100101011 | 1000101 | 101111 |
Color Harmonies of #C926CC
Complementary color
Monochromatic Colors of #C926CC
Black with #C926CC
Text Example
Text Example
White with #C926CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926CC; }
p { color: rgb(201,38,204); }
H1.HeaderClassName
{
color: #C926CC;
}
.AnyTagClassName
{
color: #C926CC;
}
</style>
background-color css
<style>
a { background-color: #C926CC; }
a { background-color: rgb(201,38,204); }
div.DivClassName
{
background-color: #C926CC;
}
.BgClassName
{
background-color: #C926CC;
}
</style>
border-color css
<style>
span { border-color: #C926CC; }
span { border-color: rgb(201,38,204); }
td.TdClassName
{
border-color: #C926CC;
}
.TagClassName
{
border-color: #C926CC;
}
</style>