Shades of Medium Violet Red #C0227D
Tints of Medium Violet Red #C0227D
RGB
CMYK
RGB Variations
Color information
#C0227D (or 0xC0227D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 7D. RGB value is (192,34,125). Sum of RGB (Red+Green+Blue) = 192+34+125=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0227D is #3FDD82. Grayscale: #5B5B5B. Windows color (decimal): -4185475 or 8200896. OLE color: 8200896.
HSL color Cylindrical-coordinate representation of color #C0227D: hue angle of 325.44º 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 #C0227D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 125 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.25 |
| HSL | 325.44º | 0.7% | 0.44% | - |
| HSV(B) | 325.44º | 0.82% | 0.75% | - |
| XYZ | 26.01 | 13.83 | 20.7 | - |
| YUV | 91.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 125 | 0 | 0.82 | 0.35 | 0.25 | 325.44 | 0.7 | 0.44 |
| Hex | C0 | 22 | 7D | 0 | 52 | 23 | 19 | 145 | 46 | 2C |
| Octal | 300 | 42 | 175 | 0 | 122 | 43 | 31 | 505 | 106 | 54 |
| Binary | 11000000 | 100010 | 1111101 | 0 | 1010010 | 100011 | 11001 | 101000101 | 1000110 | 101100 |
Color Harmonies of #C0227D
Complementary color
Monochromatic Colors of #C0227D
Black with #C0227D
Text Example
Text Example
White with #C0227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0227D; }
p { color: rgb(192,34,125); }
H1.HeaderClassName
{
color: #C0227D;
}
.AnyTagClassName
{
color: #C0227D;
}
</style>
background-color css
<style>
a { background-color: #C0227D; }
a { background-color: rgb(192,34,125); }
div.DivClassName
{
background-color: #C0227D;
}
.BgClassName
{
background-color: #C0227D;
}
</style>
border-color css
<style>
span { border-color: #C0227D; }
span { border-color: rgb(192,34,125); }
td.TdClassName
{
border-color: #C0227D;
}
.TagClassName
{
border-color: #C0227D;
}
</style>