Shades of Medium Violet Red #C31369
Tints of Medium Violet Red #C31369
RGB
CMYK
RGB Variations
Color information
#C31369 (or 0xC31369) is known color: Medium Violet Red. HEX triplet: C3, 13 and 69. RGB value is (195,19,105). Sum of RGB (Red+Green+Blue) = 195+19+105=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C31369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31369 is #3CEC96. Grayscale: #515151. Windows color (decimal): -3992727 or 6886339. OLE color: 6886339.
HSL color Cylindrical-coordinate representation of color #C31369: hue angle of 330.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31369 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 105 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.68º | 0.82% | 0.42% | - |
| HSV(B) | 330.68º | 0.9% | 0.76% | - |
| XYZ | 25.29 | 13.09 | 14.56 | - |
| YUV | 81.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 105 | 0 | 0.90 | 0.46 | 0.24 | 330.68 | 0.82 | 0.42 |
| Hex | C3 | 13 | 69 | 0 | 5A | 2E | 18 | 14B | 52 | 2A |
| Octal | 303 | 23 | 151 | 0 | 132 | 56 | 30 | 513 | 122 | 52 |
| Binary | 11000011 | 10011 | 1101001 | 0 | 1011010 | 101110 | 11000 | 101001011 | 1010010 | 101010 |
Color Harmonies of #C31369
Complementary color
Monochromatic Colors of #C31369
Black with #C31369
Text Example
Text Example
White with #C31369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31369; }
p { color: rgb(195,19,105); }
H1.HeaderClassName
{
color: #C31369;
}
.AnyTagClassName
{
color: #C31369;
}
</style>
background-color css
<style>
a { background-color: #C31369; }
a { background-color: rgb(195,19,105); }
div.DivClassName
{
background-color: #C31369;
}
.BgClassName
{
background-color: #C31369;
}
</style>
border-color css
<style>
span { border-color: #C31369; }
span { border-color: rgb(195,19,105); }
td.TdClassName
{
border-color: #C31369;
}
.TagClassName
{
border-color: #C31369;
}
</style>