Shades of Medium Violet Red #C31284
Tints of Medium Violet Red #C31284
RGB
CMYK
RGB Variations
Color information
#C31284 (or 0xC31284) is known color: Medium Violet Red. HEX triplet: C3, 12 and 84. RGB value is (195,18,132). Sum of RGB (Red+Green+Blue) = 195+18+132=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31284 is #3CED7B. Grayscale: #535353. Windows color (decimal): -3992956 or 8655555. OLE color: 8655555.
HSL color Cylindrical-coordinate representation of color #C31284: hue angle of 321.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31284 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.24 |
| HSL | 321.36º | 0.83% | 0.42% | - |
| HSV(B) | 321.36º | 0.91% | 0.76% | - |
| XYZ | 26.89 | 13.7 | 23.06 | - |
| YUV | 83.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 132 | 0 | 0.91 | 0.32 | 0.24 | 321.36 | 0.83 | 0.42 |
| Hex | C3 | 12 | 84 | 0 | 5B | 20 | 18 | 141 | 53 | 2A |
| Octal | 303 | 22 | 204 | 0 | 133 | 40 | 30 | 501 | 123 | 52 |
| Binary | 11000011 | 10010 | 10000100 | 0 | 1011011 | 100000 | 11000 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C31284
Complementary color
Monochromatic Colors of #C31284
Black with #C31284
Text Example
Text Example
White with #C31284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31284; }
p { color: rgb(195,18,132); }
H1.HeaderClassName
{
color: #C31284;
}
.AnyTagClassName
{
color: #C31284;
}
</style>
background-color css
<style>
a { background-color: #C31284; }
a { background-color: rgb(195,18,132); }
div.DivClassName
{
background-color: #C31284;
}
.BgClassName
{
background-color: #C31284;
}
</style>
border-color css
<style>
span { border-color: #C31284; }
span { border-color: rgb(195,18,132); }
td.TdClassName
{
border-color: #C31284;
}
.TagClassName
{
border-color: #C31284;
}
</style>