Shades of Medium Red Violet #C4277B
Tints of Medium Red Violet #C4277B
RGB
CMYK
RGB Variations
Color information
#C4277B (or 0xC4277B) is known color: Medium Red Violet. HEX triplet: C4, 27 and 7B. RGB value is (196,39,123). Sum of RGB (Red+Green+Blue) = 196+39+123=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4277B is #3BD884. Grayscale: #5F5F5F. Windows color (decimal): -3922053 or 8071108. OLE color: 8071108.
HSL color Cylindrical-coordinate representation of color #C4277B: hue angle of 327.9º 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 #C4277B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 123 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.23 |
| HSL | 327.9º | 0.67% | 0.46% | - |
| HSV(B) | 327.9º | 0.8% | 0.77% | - |
| XYZ | 27.07 | 14.62 | 20.13 | - |
| YUV | 95.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 123 | 0 | 0.80 | 0.37 | 0.23 | 327.9 | 0.67 | 0.46 |
| Hex | C4 | 27 | 7B | 0 | 50 | 25 | 17 | 148 | 43 | 2E |
| Octal | 304 | 47 | 173 | 0 | 120 | 45 | 27 | 510 | 103 | 56 |
| Binary | 11000100 | 100111 | 1111011 | 0 | 1010000 | 100101 | 10111 | 101001000 | 1000011 | 101110 |
Color Harmonies of #C4277B
Complementary color
Monochromatic Colors of #C4277B
Black with #C4277B
Text Example
Text Example
White with #C4277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4277B; }
p { color: rgb(196,39,123); }
H1.HeaderClassName
{
color: #C4277B;
}
.AnyTagClassName
{
color: #C4277B;
}
</style>
background-color css
<style>
a { background-color: #C4277B; }
a { background-color: rgb(196,39,123); }
div.DivClassName
{
background-color: #C4277B;
}
.BgClassName
{
background-color: #C4277B;
}
</style>
border-color css
<style>
span { border-color: #C4277B; }
span { border-color: rgb(196,39,123); }
td.TdClassName
{
border-color: #C4277B;
}
.TagClassName
{
border-color: #C4277B;
}
</style>