Shades of Medium Violet Red #C0228D
Tints of Medium Violet Red #C0228D
RGB
CMYK
RGB Variations
Color information
#C0228D (or 0xC0228D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 8D. RGB value is (192,34,141). Sum of RGB (Red+Green+Blue) = 192+34+141=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0228D is #3FDD72. Grayscale: #5D5D5D. Windows color (decimal): -4185459 or 9249472. OLE color: 9249472.
HSL color Cylindrical-coordinate representation of color #C0228D: hue angle of 319.37º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0228D is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 141 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.25 |
| HSL | 319.37º | 0.7% | 0.44% | - |
| HSV(B) | 319.37º | 0.82% | 0.75% | - |
| XYZ | 27.12 | 14.27 | 26.53 | - |
| YUV | 93.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 141 | 0 | 0.82 | 0.27 | 0.25 | 319.37 | 0.7 | 0.44 |
| Hex | C0 | 22 | 8D | 0 | 52 | 1B | 19 | 13F | 46 | 2C |
| Octal | 300 | 42 | 215 | 0 | 122 | 33 | 31 | 477 | 106 | 54 |
| Binary | 11000000 | 100010 | 10001101 | 0 | 1010010 | 11011 | 11001 | 100111111 | 1000110 | 101100 |
Color Harmonies of #C0228D
Complementary color
Monochromatic Colors of #C0228D
Black with #C0228D
Text Example
Text Example
White with #C0228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0228D; }
p { color: rgb(192,34,141); }
H1.HeaderClassName
{
color: #C0228D;
}
.AnyTagClassName
{
color: #C0228D;
}
</style>
background-color css
<style>
a { background-color: #C0228D; }
a { background-color: rgb(192,34,141); }
div.DivClassName
{
background-color: #C0228D;
}
.BgClassName
{
background-color: #C0228D;
}
</style>
border-color css
<style>
span { border-color: #C0228D; }
span { border-color: rgb(192,34,141); }
td.TdClassName
{
border-color: #C0228D;
}
.TagClassName
{
border-color: #C0228D;
}
</style>