Shades of Medium Red Violet #C43278
Tints of Medium Red Violet #C43278
RGB
CMYK
RGB Variations
Color information
#C43278 (or 0xC43278) is known color: Medium Red Violet. HEX triplet: C4, 32 and 78. RGB value is (196,50,120). Sum of RGB (Red+Green+Blue) = 196+50+120=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C43278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43278 is #3BCD87. Grayscale: #656565. Windows color (decimal): -3919240 or 7877316. OLE color: 7877316.
HSL color Cylindrical-coordinate representation of color #C43278: hue angle of 331.23º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43278 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 120 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.23 |
| HSL | 331.23º | 0.59% | 0.48% | - |
| HSV(B) | 331.23º | 0.74% | 0.77% | - |
| XYZ | 27.3 | 15.37 | 19.3 | - |
| YUV | 101.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 120 | 0 | 0.74 | 0.39 | 0.23 | 331.23 | 0.59 | 0.48 |
| Hex | C4 | 32 | 78 | 0 | 4A | 27 | 17 | 14B | 3B | 30 |
| Octal | 304 | 62 | 170 | 0 | 112 | 47 | 27 | 513 | 73 | 60 |
| Binary | 11000100 | 110010 | 1111000 | 0 | 1001010 | 100111 | 10111 | 101001011 | 111011 | 110000 |
Color Harmonies of #C43278
Complementary color
Monochromatic Colors of #C43278
Black with #C43278
Text Example
Text Example
White with #C43278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43278; }
p { color: rgb(196,50,120); }
H1.HeaderClassName
{
color: #C43278;
}
.AnyTagClassName
{
color: #C43278;
}
</style>
background-color css
<style>
a { background-color: #C43278; }
a { background-color: rgb(196,50,120); }
div.DivClassName
{
background-color: #C43278;
}
.BgClassName
{
background-color: #C43278;
}
</style>
border-color css
<style>
span { border-color: #C43278; }
span { border-color: rgb(196,50,120); }
td.TdClassName
{
border-color: #C43278;
}
.TagClassName
{
border-color: #C43278;
}
</style>