Shades of Medium Red Violet #C430A2
Tints of Medium Red Violet #C430A2
RGB
CMYK
RGB Variations
Color information
#C430A2 (or 0xC430A2) is known color: Medium Red Violet. HEX triplet: C4, 30 and A2. RGB value is (196,48,162). Sum of RGB (Red+Green+Blue) = 196+48+162=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C430A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430A2 is #3BCF5D. Grayscale: #686868. Windows color (decimal): -3919710 or 10629316. OLE color: 10629316.
HSL color Cylindrical-coordinate representation of color #C430A2: hue angle of 313.78º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430A2 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 162 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.23 |
| HSL | 313.78º | 0.61% | 0.48% | - |
| HSV(B) | 313.78º | 0.76% | 0.77% | - |
| XYZ | 30.34 | 16.46 | 35.76 | - |
| YUV | 105.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 162 | 0 | 0.76 | 0.17 | 0.23 | 313.78 | 0.61 | 0.48 |
| Hex | C4 | 30 | A2 | 0 | 4C | 11 | 17 | 13A | 3D | 30 |
| Octal | 304 | 60 | 242 | 0 | 114 | 21 | 27 | 472 | 75 | 60 |
| Binary | 11000100 | 110000 | 10100010 | 0 | 1001100 | 10001 | 10111 | 100111010 | 111101 | 110000 |
Color Harmonies of #C430A2
Complementary color
Monochromatic Colors of #C430A2
Black with #C430A2
Text Example
Text Example
White with #C430A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430A2; }
p { color: rgb(196,48,162); }
H1.HeaderClassName
{
color: #C430A2;
}
.AnyTagClassName
{
color: #C430A2;
}
</style>
background-color css
<style>
a { background-color: #C430A2; }
a { background-color: rgb(196,48,162); }
div.DivClassName
{
background-color: #C430A2;
}
.BgClassName
{
background-color: #C430A2;
}
</style>
border-color css
<style>
span { border-color: #C430A2; }
span { border-color: rgb(196,48,162); }
td.TdClassName
{
border-color: #C430A2;
}
.TagClassName
{
border-color: #C430A2;
}
</style>