Shades of Medium Red Violet #C428A7
Tints of Medium Red Violet #C428A7
RGB
CMYK
RGB Variations
Color information
#C428A7 (or 0xC428A7) is known color: Medium Red Violet. HEX triplet: C4, 28 and A7. RGB value is (196,40,167). Sum of RGB (Red+Green+Blue) = 196+40+167=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C428A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428A7 is #3BD758. Grayscale: #646464. Windows color (decimal): -3921753 or 10954948. OLE color: 10954948.
HSL color Cylindrical-coordinate representation of color #C428A7: hue angle of 311.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428A7 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 167 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.23 |
| HSL | 311.15º | 0.66% | 0.46% | - |
| HSV(B) | 311.15º | 0.8% | 0.77% | - |
| XYZ | 30.5 | 16.04 | 38.05 | - |
| YUV | 101.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 167 | 0 | 0.80 | 0.15 | 0.23 | 311.15 | 0.66 | 0.46 |
| Hex | C4 | 28 | A7 | 0 | 50 | F | 17 | 137 | 42 | 2E |
| Octal | 304 | 50 | 247 | 0 | 120 | 17 | 27 | 467 | 102 | 56 |
| Binary | 11000100 | 101000 | 10100111 | 0 | 1010000 | 1111 | 10111 | 100110111 | 1000010 | 101110 |
Color Harmonies of #C428A7
Complementary color
Monochromatic Colors of #C428A7
Black with #C428A7
Text Example
Text Example
White with #C428A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428A7; }
p { color: rgb(196,40,167); }
H1.HeaderClassName
{
color: #C428A7;
}
.AnyTagClassName
{
color: #C428A7;
}
</style>
background-color css
<style>
a { background-color: #C428A7; }
a { background-color: rgb(196,40,167); }
div.DivClassName
{
background-color: #C428A7;
}
.BgClassName
{
background-color: #C428A7;
}
</style>
border-color css
<style>
span { border-color: #C428A7; }
span { border-color: rgb(196,40,167); }
td.TdClassName
{
border-color: #C428A7;
}
.TagClassName
{
border-color: #C428A7;
}
</style>