Shades of Medium Red Violet #C4277A
Tints of Medium Red Violet #C4277A
RGB
CMYK
RGB Variations
Color information
#C4277A (or 0xC4277A) is known color: Medium Red Violet. HEX triplet: C4, 27 and 7A. RGB value is (196,39,122). Sum of RGB (Red+Green+Blue) = 196+39+122=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4277A is #3BD885. Grayscale: #5F5F5F. Windows color (decimal): -3922054 or 8005572. OLE color: 8005572.
HSL color Cylindrical-coordinate representation of color #C4277A: hue angle of 328.28º degrees, saturation: 0.67, 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 #C4277A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 122 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.23 |
| HSL | 328.28º | 0.67% | 0.46% | - |
| HSV(B) | 328.28º | 0.8% | 0.77% | - |
| XYZ | 27 | 14.59 | 19.81 | - |
| YUV | 95.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 122 | 0 | 0.80 | 0.38 | 0.23 | 328.28 | 0.67 | 0.46 |
| Hex | C4 | 27 | 7A | 0 | 50 | 26 | 17 | 148 | 43 | 2E |
| Octal | 304 | 47 | 172 | 0 | 120 | 46 | 27 | 510 | 103 | 56 |
| Binary | 11000100 | 100111 | 1111010 | 0 | 1010000 | 100110 | 10111 | 101001000 | 1000011 | 101110 |
Color Harmonies of #C4277A
Complementary color
Monochromatic Colors of #C4277A
Black with #C4277A
Text Example
Text Example
White with #C4277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4277A; }
p { color: rgb(196,39,122); }
H1.HeaderClassName
{
color: #C4277A;
}
.AnyTagClassName
{
color: #C4277A;
}
</style>
background-color css
<style>
a { background-color: #C4277A; }
a { background-color: rgb(196,39,122); }
div.DivClassName
{
background-color: #C4277A;
}
.BgClassName
{
background-color: #C4277A;
}
</style>
border-color css
<style>
span { border-color: #C4277A; }
span { border-color: rgb(196,39,122); }
td.TdClassName
{
border-color: #C4277A;
}
.TagClassName
{
border-color: #C4277A;
}
</style>