Shades of Medium Red Violet #C128A4
Tints of Medium Red Violet #C128A4
RGB
CMYK
RGB Variations
Color information
#C128A4 (or 0xC128A4) is known color: Medium Red Violet. HEX triplet: C1, 28 and A4. RGB value is (193,40,164). Sum of RGB (Red+Green+Blue) = 193+40+164=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C128A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128A4 is #3ED75B. Grayscale: #636363. Windows color (decimal): -4118364 or 10758337. OLE color: 10758337.
HSL color Cylindrical-coordinate representation of color #C128A4: hue angle of 311.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128A4 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 164 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.24 |
| HSL | 311.37º | 0.66% | 0.46% | - |
| HSV(B) | 311.37º | 0.79% | 0.76% | - |
| XYZ | 29.45 | 15.54 | 36.57 | - |
| YUV | 99.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 164 | 0 | 0.79 | 0.15 | 0.24 | 311.37 | 0.66 | 0.46 |
| Hex | C1 | 28 | A4 | 0 | 4F | F | 18 | 137 | 42 | 2E |
| Octal | 301 | 50 | 244 | 0 | 117 | 17 | 30 | 467 | 102 | 56 |
| Binary | 11000001 | 101000 | 10100100 | 0 | 1001111 | 1111 | 11000 | 100110111 | 1000010 | 101110 |
Color Harmonies of #C128A4
Complementary color
Monochromatic Colors of #C128A4
Black with #C128A4
Text Example
Text Example
White with #C128A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128A4; }
p { color: rgb(193,40,164); }
H1.HeaderClassName
{
color: #C128A4;
}
.AnyTagClassName
{
color: #C128A4;
}
</style>
background-color css
<style>
a { background-color: #C128A4; }
a { background-color: rgb(193,40,164); }
div.DivClassName
{
background-color: #C128A4;
}
.BgClassName
{
background-color: #C128A4;
}
</style>
border-color css
<style>
span { border-color: #C128A4; }
span { border-color: rgb(193,40,164); }
td.TdClassName
{
border-color: #C128A4;
}
.TagClassName
{
border-color: #C128A4;
}
</style>