Shades of Medium Violet Red #C926A2
Tints of Medium Violet Red #C926A2
RGB
CMYK
RGB Variations
Color information
#C926A2 (or 0xC926A2) is known color: Medium Violet Red. HEX triplet: C9, 26 and A2. RGB value is (201,38,162). Sum of RGB (Red+Green+Blue) = 201+38+162=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C926A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C926A2 is #36D95D. Grayscale: #646464. Windows color (decimal): -3594590 or 10626761. OLE color: 10626761.
HSL color Cylindrical-coordinate representation of color #C926A2: hue angle of 314.36º 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 #C926A2 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 162 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.21 |
| HSL | 314.36º | 0.68% | 0.47% | - |
| HSV(B) | 314.36º | 0.81% | 0.79% | - |
| XYZ | 31.3 | 16.41 | 35.7 | - |
| YUV | 100.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 162 | 0 | 0.81 | 0.19 | 0.21 | 314.36 | 0.68 | 0.47 |
| Hex | C9 | 26 | A2 | 0 | 51 | 13 | 15 | 13A | 44 | 2F |
| Octal | 311 | 46 | 242 | 0 | 121 | 23 | 25 | 472 | 104 | 57 |
| Binary | 11001001 | 100110 | 10100010 | 0 | 1010001 | 10011 | 10101 | 100111010 | 1000100 | 101111 |
Color Harmonies of #C926A2
Complementary color
Monochromatic Colors of #C926A2
Black with #C926A2
Text Example
Text Example
White with #C926A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926A2; }
p { color: rgb(201,38,162); }
H1.HeaderClassName
{
color: #C926A2;
}
.AnyTagClassName
{
color: #C926A2;
}
</style>
background-color css
<style>
a { background-color: #C926A2; }
a { background-color: rgb(201,38,162); }
div.DivClassName
{
background-color: #C926A2;
}
.BgClassName
{
background-color: #C926A2;
}
</style>
border-color css
<style>
span { border-color: #C926A2; }
span { border-color: rgb(201,38,162); }
td.TdClassName
{
border-color: #C926A2;
}
.TagClassName
{
border-color: #C926A2;
}
</style>