Shades of Medium Violet Red #C21369
Tints of Medium Violet Red #C21369
RGB
CMYK
RGB Variations
Color information
#C21369 (or 0xC21369) is known color: Medium Violet Red. HEX triplet: C2, 13 and 69. RGB value is (194,19,105). Sum of RGB (Red+Green+Blue) = 194+19+105=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21369 is #3DEC96. Grayscale: #505050. Windows color (decimal): -4058263 or 6886338. OLE color: 6886338.
HSL color Cylindrical-coordinate representation of color #C21369: hue angle of 330.51º 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 #C21369 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 105 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.51º | 0.82% | 0.42% | - |
| HSV(B) | 330.51º | 0.9% | 0.76% | - |
| XYZ | 25.03 | 12.96 | 14.55 | - |
| YUV | 81.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 105 | 0 | 0.90 | 0.46 | 0.24 | 330.51 | 0.82 | 0.42 |
| Hex | C2 | 13 | 69 | 0 | 5A | 2E | 18 | 14B | 52 | 2A |
| Octal | 302 | 23 | 151 | 0 | 132 | 56 | 30 | 513 | 122 | 52 |
| Binary | 11000010 | 10011 | 1101001 | 0 | 1011010 | 101110 | 11000 | 101001011 | 1010010 | 101010 |
Color Harmonies of #C21369
Complementary color
Monochromatic Colors of #C21369
Black with #C21369
Text Example
Text Example
White with #C21369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21369; }
p { color: rgb(194,19,105); }
H1.HeaderClassName
{
color: #C21369;
}
.AnyTagClassName
{
color: #C21369;
}
</style>
background-color css
<style>
a { background-color: #C21369; }
a { background-color: rgb(194,19,105); }
div.DivClassName
{
background-color: #C21369;
}
.BgClassName
{
background-color: #C21369;
}
</style>
border-color css
<style>
span { border-color: #C21369; }
span { border-color: rgb(194,19,105); }
td.TdClassName
{
border-color: #C21369;
}
.TagClassName
{
border-color: #C21369;
}
</style>