Shades of Medium Violet Red #C403A3
Tints of Medium Violet Red #C403A3
RGB
CMYK
RGB Variations
Color information
#C403A3 (or 0xC403A3) is known color: Medium Violet Red. HEX triplet: C4, 03 and A3. RGB value is (196,3,163). Sum of RGB (Red+Green+Blue) = 196+3+163=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A3 is #3BFC5C. Grayscale: #4E4E4E. Windows color (decimal): -3931229 or 10683332. OLE color: 10683332.
HSL color Cylindrical-coordinate representation of color #C403A3: hue angle of 310.26º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C403A3 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 163 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.23 |
| HSL | 310.26º | 0.97% | 0.39% | - |
| HSV(B) | 310.26º | 0.98% | 0.77% | - |
| XYZ | 29.41 | 14.45 | 35.89 | - |
| YUV | 78.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 163 | 0 | 0.98 | 0.17 | 0.23 | 310.26 | 0.97 | 0.39 |
| Hex | C4 | 3 | A3 | 0 | 62 | 11 | 17 | 136 | 61 | 27 |
| Octal | 304 | 3 | 243 | 0 | 142 | 21 | 27 | 466 | 141 | 47 |
| Binary | 11000100 | 11 | 10100011 | 0 | 1100010 | 10001 | 10111 | 100110110 | 1100001 | 100111 |
Color Harmonies of #C403A3
Complementary color
Monochromatic Colors of #C403A3
Black with #C403A3
Text Example
Text Example
White with #C403A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403A3; }
p { color: rgb(196,3,163); }
H1.HeaderClassName
{
color: #C403A3;
}
.AnyTagClassName
{
color: #C403A3;
}
</style>
background-color css
<style>
a { background-color: #C403A3; }
a { background-color: rgb(196,3,163); }
div.DivClassName
{
background-color: #C403A3;
}
.BgClassName
{
background-color: #C403A3;
}
</style>
border-color css
<style>
span { border-color: #C403A3; }
span { border-color: rgb(196,3,163); }
td.TdClassName
{
border-color: #C403A3;
}
.TagClassName
{
border-color: #C403A3;
}
</style>