Shades of Medium Violet Red #C2017A
Tints of Medium Violet Red #C2017A
RGB
CMYK
RGB Variations
Color information
#C2017A (or 0xC2017A) is known color: Medium Violet Red. HEX triplet: C2, 01 and 7A. RGB value is (194,1,122). Sum of RGB (Red+Green+Blue) = 194+1+122=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017A is #3DFE85. Grayscale: #484848. Windows color (decimal): -4062854 or 7995842. OLE color: 7995842.
HSL color Cylindrical-coordinate representation of color #C2017A: hue angle of 322.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2017A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.24 |
| HSL | 322.38º | 0.99% | 0.38% | - |
| HSV(B) | 322.38º | 0.99% | 0.76% | - |
| XYZ | 25.77 | 12.9 | 19.54 | - |
| YUV | 72.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 122 | 0 | 0.99 | 0.37 | 0.24 | 322.38 | 0.99 | 0.38 |
| Hex | C2 | 1 | 7A | 0 | 63 | 25 | 18 | 142 | 63 | 26 |
| Octal | 302 | 1 | 172 | 0 | 143 | 45 | 30 | 502 | 143 | 46 |
| Binary | 11000010 | 1 | 1111010 | 0 | 1100011 | 100101 | 11000 | 101000010 | 1100011 | 100110 |
Color Harmonies of #C2017A
Complementary color
Monochromatic Colors of #C2017A
Black with #C2017A
Text Example
Text Example
White with #C2017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2017A; }
p { color: rgb(194,1,122); }
H1.HeaderClassName
{
color: #C2017A;
}
.AnyTagClassName
{
color: #C2017A;
}
</style>
background-color css
<style>
a { background-color: #C2017A; }
a { background-color: rgb(194,1,122); }
div.DivClassName
{
background-color: #C2017A;
}
.BgClassName
{
background-color: #C2017A;
}
</style>
border-color css
<style>
span { border-color: #C2017A; }
span { border-color: rgb(194,1,122); }
td.TdClassName
{
border-color: #C2017A;
}
.TagClassName
{
border-color: #C2017A;
}
</style>