Shades of Medium Violet Red #C2167D
Tints of Medium Violet Red #C2167D
RGB
CMYK
RGB Variations
Color information
#C2167D (or 0xC2167D) is known color: Medium Violet Red. HEX triplet: C2, 16 and 7D. RGB value is (194,22,125). Sum of RGB (Red+Green+Blue) = 194+22+125=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2167D is #3DE982. Grayscale: #545454. Windows color (decimal): -4057475 or 8197826. OLE color: 8197826.
HSL color Cylindrical-coordinate representation of color #C2167D: hue angle of 324.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2167D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 125 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.24 |
| HSL | 324.07º | 0.8% | 0.42% | - |
| HSV(B) | 324.07º | 0.89% | 0.76% | - |
| XYZ | 26.24 | 13.52 | 20.63 | - |
| YUV | 85.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 125 | 0 | 0.89 | 0.36 | 0.24 | 324.07 | 0.8 | 0.42 |
| Hex | C2 | 16 | 7D | 0 | 59 | 24 | 18 | 144 | 50 | 2A |
| Octal | 302 | 26 | 175 | 0 | 131 | 44 | 30 | 504 | 120 | 52 |
| Binary | 11000010 | 10110 | 1111101 | 0 | 1011001 | 100100 | 11000 | 101000100 | 1010000 | 101010 |
Color Harmonies of #C2167D
Complementary color
Monochromatic Colors of #C2167D
Black with #C2167D
Text Example
Text Example
White with #C2167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2167D; }
p { color: rgb(194,22,125); }
H1.HeaderClassName
{
color: #C2167D;
}
.AnyTagClassName
{
color: #C2167D;
}
</style>
background-color css
<style>
a { background-color: #C2167D; }
a { background-color: rgb(194,22,125); }
div.DivClassName
{
background-color: #C2167D;
}
.BgClassName
{
background-color: #C2167D;
}
</style>
border-color css
<style>
span { border-color: #C2167D; }
span { border-color: rgb(194,22,125); }
td.TdClassName
{
border-color: #C2167D;
}
.TagClassName
{
border-color: #C2167D;
}
</style>