Shades of Medium Red Violet #C430A3
Tints of Medium Red Violet #C430A3
RGB
CMYK
RGB Variations
Color information
#C430A3 (or 0xC430A3) is known color: Medium Red Violet. HEX triplet: C4, 30 and A3. RGB value is (196,48,163). Sum of RGB (Red+Green+Blue) = 196+48+163=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C430A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430A3 is #3BCF5C. Grayscale: #696969. Windows color (decimal): -3919709 or 10694852. OLE color: 10694852.
HSL color Cylindrical-coordinate representation of color #C430A3: hue angle of 313.38º 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 #C430A3 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 163 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.23 |
| HSL | 313.38º | 0.61% | 0.48% | - |
| HSV(B) | 313.38º | 0.76% | 0.77% | - |
| XYZ | 30.43 | 16.49 | 36.23 | - |
| YUV | 105.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 163 | 0 | 0.76 | 0.17 | 0.23 | 313.38 | 0.61 | 0.48 |
| Hex | C4 | 30 | A3 | 0 | 4C | 11 | 17 | 139 | 3D | 30 |
| Octal | 304 | 60 | 243 | 0 | 114 | 21 | 27 | 471 | 75 | 60 |
| Binary | 11000100 | 110000 | 10100011 | 0 | 1001100 | 10001 | 10111 | 100111001 | 111101 | 110000 |
Color Harmonies of #C430A3
Complementary color
Monochromatic Colors of #C430A3
Black with #C430A3
Text Example
Text Example
White with #C430A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430A3; }
p { color: rgb(196,48,163); }
H1.HeaderClassName
{
color: #C430A3;
}
.AnyTagClassName
{
color: #C430A3;
}
</style>
background-color css
<style>
a { background-color: #C430A3; }
a { background-color: rgb(196,48,163); }
div.DivClassName
{
background-color: #C430A3;
}
.BgClassName
{
background-color: #C430A3;
}
</style>
border-color css
<style>
span { border-color: #C430A3; }
span { border-color: rgb(196,48,163); }
td.TdClassName
{
border-color: #C430A3;
}
.TagClassName
{
border-color: #C430A3;
}
</style>