Shades of Medium Violet Red #C401A3
Tints of Medium Violet Red #C401A3
RGB
CMYK
RGB Variations
Color information
#C401A3 (or 0xC401A3) is known color: Medium Violet Red. HEX triplet: C4, 01 and A3. RGB value is (196,1,163). Sum of RGB (Red+Green+Blue) = 196+1+163=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C401A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401A3 is #3BFE5C. Grayscale: #4D4D4D. Windows color (decimal): -3931741 or 10682820. OLE color: 10682820.
HSL color Cylindrical-coordinate representation of color #C401A3: hue angle of 310.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401A3 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 163 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.23 |
| HSL | 310.15º | 0.99% | 0.39% | - |
| HSV(B) | 310.15º | 0.99% | 0.77% | - |
| XYZ | 29.39 | 14.4 | 35.88 | - |
| YUV | 77.77 | 176.1 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 163 | 0 | 0.99 | 0.17 | 0.23 | 310.15 | 0.99 | 0.39 |
| Hex | C4 | 1 | A3 | 0 | 63 | 11 | 17 | 136 | 63 | 27 |
| Octal | 304 | 1 | 243 | 0 | 143 | 21 | 27 | 466 | 143 | 47 |
| Binary | 11000100 | 1 | 10100011 | 0 | 1100011 | 10001 | 10111 | 100110110 | 1100011 | 100111 |
Color Harmonies of #C401A3
Complementary color
Monochromatic Colors of #C401A3
Black with #C401A3
Text Example
Text Example
White with #C401A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401A3; }
p { color: rgb(196,1,163); }
H1.HeaderClassName
{
color: #C401A3;
}
.AnyTagClassName
{
color: #C401A3;
}
</style>
background-color css
<style>
a { background-color: #C401A3; }
a { background-color: rgb(196,1,163); }
div.DivClassName
{
background-color: #C401A3;
}
.BgClassName
{
background-color: #C401A3;
}
</style>
border-color css
<style>
span { border-color: #C401A3; }
span { border-color: rgb(196,1,163); }
td.TdClassName
{
border-color: #C401A3;
}
.TagClassName
{
border-color: #C401A3;
}
</style>