Shades of Medium Violet Red #C41284
Tints of Medium Violet Red #C41284
RGB
CMYK
RGB Variations
Color information
#C41284 (or 0xC41284) is known color: Medium Violet Red. HEX triplet: C4, 12 and 84. RGB value is (196,18,132). Sum of RGB (Red+Green+Blue) = 196+18+132=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C41284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41284 is #3BED7B. Grayscale: #535353. Windows color (decimal): -3927420 or 8655556. OLE color: 8655556.
HSL color Cylindrical-coordinate representation of color #C41284: hue angle of 321.57º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41284 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.23 |
| HSL | 321.57º | 0.83% | 0.42% | - |
| HSV(B) | 321.57º | 0.91% | 0.77% | - |
| XYZ | 27.15 | 13.83 | 23.07 | - |
| YUV | 84.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 132 | 0 | 0.91 | 0.33 | 0.23 | 321.57 | 0.83 | 0.42 |
| Hex | C4 | 12 | 84 | 0 | 5B | 21 | 17 | 142 | 53 | 2A |
| Octal | 304 | 22 | 204 | 0 | 133 | 41 | 27 | 502 | 123 | 52 |
| Binary | 11000100 | 10010 | 10000100 | 0 | 1011011 | 100001 | 10111 | 101000010 | 1010011 | 101010 |
Color Harmonies of #C41284
Complementary color
Monochromatic Colors of #C41284
Black with #C41284
Text Example
Text Example
White with #C41284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41284; }
p { color: rgb(196,18,132); }
H1.HeaderClassName
{
color: #C41284;
}
.AnyTagClassName
{
color: #C41284;
}
</style>
background-color css
<style>
a { background-color: #C41284; }
a { background-color: rgb(196,18,132); }
div.DivClassName
{
background-color: #C41284;
}
.BgClassName
{
background-color: #C41284;
}
</style>
border-color css
<style>
span { border-color: #C41284; }
span { border-color: rgb(196,18,132); }
td.TdClassName
{
border-color: #C41284;
}
.TagClassName
{
border-color: #C41284;
}
</style>