Shades of Medium Violet Red #C31269
Tints of Medium Violet Red #C31269
RGB
CMYK
RGB Variations
Color information
#C31269 (or 0xC31269) is known color: Medium Violet Red. HEX triplet: C3, 12 and 69. RGB value is (195,18,105). Sum of RGB (Red+Green+Blue) = 195+18+105=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C31269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31269 is #3CED96. Grayscale: #505050. Windows color (decimal): -3992983 or 6886083. OLE color: 6886083.
HSL color Cylindrical-coordinate representation of color #C31269: hue angle of 330.51º 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 #C31269 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.24 |
| HSL | 330.51º | 0.83% | 0.42% | - |
| HSV(B) | 330.51º | 0.91% | 0.76% | - |
| XYZ | 25.27 | 13.05 | 14.55 | - |
| YUV | 80.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 105 | 0 | 0.91 | 0.46 | 0.24 | 330.51 | 0.83 | 0.42 |
| Hex | C3 | 12 | 69 | 0 | 5B | 2E | 18 | 14B | 53 | 2A |
| Octal | 303 | 22 | 151 | 0 | 133 | 56 | 30 | 513 | 123 | 52 |
| Binary | 11000011 | 10010 | 1101001 | 0 | 1011011 | 101110 | 11000 | 101001011 | 1010011 | 101010 |
Color Harmonies of #C31269
Complementary color
Monochromatic Colors of #C31269
Black with #C31269
Text Example
Text Example
White with #C31269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31269; }
p { color: rgb(195,18,105); }
H1.HeaderClassName
{
color: #C31269;
}
.AnyTagClassName
{
color: #C31269;
}
</style>
background-color css
<style>
a { background-color: #C31269; }
a { background-color: rgb(195,18,105); }
div.DivClassName
{
background-color: #C31269;
}
.BgClassName
{
background-color: #C31269;
}
</style>
border-color css
<style>
span { border-color: #C31269; }
span { border-color: rgb(195,18,105); }
td.TdClassName
{
border-color: #C31269;
}
.TagClassName
{
border-color: #C31269;
}
</style>