Shades of Medium Red Violet #C43284
Tints of Medium Red Violet #C43284
RGB
CMYK
RGB Variations
Color information
#C43284 (or 0xC43284) is known color: Medium Red Violet. HEX triplet: C4, 32 and 84. RGB value is (196,50,132). Sum of RGB (Red+Green+Blue) = 196+50+132=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C43284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43284 is #3BCD7B. Grayscale: #666666. Windows color (decimal): -3919228 or 8663748. OLE color: 8663748.
HSL color Cylindrical-coordinate representation of color #C43284: hue angle of 326.3º 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 #C43284 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 132 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.23 |
| HSL | 326.3º | 0.59% | 0.48% | - |
| HSV(B) | 326.3º | 0.74% | 0.77% | - |
| XYZ | 28.07 | 15.68 | 23.38 | - |
| YUV | 103 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 132 | 0 | 0.74 | 0.33 | 0.23 | 326.3 | 0.59 | 0.48 |
| Hex | C4 | 32 | 84 | 0 | 4A | 21 | 17 | 146 | 3B | 30 |
| Octal | 304 | 62 | 204 | 0 | 112 | 41 | 27 | 506 | 73 | 60 |
| Binary | 11000100 | 110010 | 10000100 | 0 | 1001010 | 100001 | 10111 | 101000110 | 111011 | 110000 |
Color Harmonies of #C43284
Complementary color
Monochromatic Colors of #C43284
Black with #C43284
Text Example
Text Example
White with #C43284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43284; }
p { color: rgb(196,50,132); }
H1.HeaderClassName
{
color: #C43284;
}
.AnyTagClassName
{
color: #C43284;
}
</style>
background-color css
<style>
a { background-color: #C43284; }
a { background-color: rgb(196,50,132); }
div.DivClassName
{
background-color: #C43284;
}
.BgClassName
{
background-color: #C43284;
}
</style>
border-color css
<style>
span { border-color: #C43284; }
span { border-color: rgb(196,50,132); }
td.TdClassName
{
border-color: #C43284;
}
.TagClassName
{
border-color: #C43284;
}
</style>