Shades of Medium Violet Red #C0217B
Tints of Medium Violet Red #C0217B
RGB
CMYK
RGB Variations
Color information
#C0217B (or 0xC0217B) is known color: Medium Violet Red. HEX triplet: C0, 21 and 7B. RGB value is (192,33,123). Sum of RGB (Red+Green+Blue) = 192+33+123=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0217B is #3FDE84. Grayscale: #5A5A5A. Windows color (decimal): -4185733 or 8069568. OLE color: 8069568.
HSL color Cylindrical-coordinate representation of color #C0217B: hue angle of 326.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0217B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 123 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.25 |
| HSL | 326.04º | 0.71% | 0.44% | - |
| HSV(B) | 326.04º | 0.83% | 0.75% | - |
| XYZ | 25.86 | 13.72 | 20.03 | - |
| YUV | 90.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 123 | 0 | 0.83 | 0.36 | 0.25 | 326.04 | 0.71 | 0.44 |
| Hex | C0 | 21 | 7B | 0 | 53 | 24 | 19 | 146 | 47 | 2C |
| Octal | 300 | 41 | 173 | 0 | 123 | 44 | 31 | 506 | 107 | 54 |
| Binary | 11000000 | 100001 | 1111011 | 0 | 1010011 | 100100 | 11001 | 101000110 | 1000111 | 101100 |
Color Harmonies of #C0217B
Complementary color
Monochromatic Colors of #C0217B
Black with #C0217B
Text Example
Text Example
White with #C0217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0217B; }
p { color: rgb(192,33,123); }
H1.HeaderClassName
{
color: #C0217B;
}
.AnyTagClassName
{
color: #C0217B;
}
</style>
background-color css
<style>
a { background-color: #C0217B; }
a { background-color: rgb(192,33,123); }
div.DivClassName
{
background-color: #C0217B;
}
.BgClassName
{
background-color: #C0217B;
}
</style>
border-color css
<style>
span { border-color: #C0217B; }
span { border-color: rgb(192,33,123); }
td.TdClassName
{
border-color: #C0217B;
}
.TagClassName
{
border-color: #C0217B;
}
</style>