Shades of Medium Violet Red #C0228B
Tints of Medium Violet Red #C0228B
RGB
CMYK
RGB Variations
Color information
#C0228B (or 0xC0228B) is known color: Medium Violet Red. HEX triplet: C0, 22 and 8B. RGB value is (192,34,139). Sum of RGB (Red+Green+Blue) = 192+34+139=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0228B is #3FDD74. Grayscale: #5C5C5C. Windows color (decimal): -4185461 or 9118400. OLE color: 9118400.
HSL color Cylindrical-coordinate representation of color #C0228B: hue angle of 320.13º 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 #C0228B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 139 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.25 |
| HSL | 320.13º | 0.7% | 0.44% | - |
| HSV(B) | 320.13º | 0.82% | 0.75% | - |
| XYZ | 26.97 | 14.21 | 25.75 | - |
| YUV | 93.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 139 | 0 | 0.82 | 0.28 | 0.25 | 320.13 | 0.7 | 0.44 |
| Hex | C0 | 22 | 8B | 0 | 52 | 1C | 19 | 140 | 46 | 2C |
| Octal | 300 | 42 | 213 | 0 | 122 | 34 | 31 | 500 | 106 | 54 |
| Binary | 11000000 | 100010 | 10001011 | 0 | 1010010 | 11100 | 11001 | 101000000 | 1000110 | 101100 |
Color Harmonies of #C0228B
Complementary color
Monochromatic Colors of #C0228B
Black with #C0228B
Text Example
Text Example
White with #C0228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0228B; }
p { color: rgb(192,34,139); }
H1.HeaderClassName
{
color: #C0228B;
}
.AnyTagClassName
{
color: #C0228B;
}
</style>
background-color css
<style>
a { background-color: #C0228B; }
a { background-color: rgb(192,34,139); }
div.DivClassName
{
background-color: #C0228B;
}
.BgClassName
{
background-color: #C0228B;
}
</style>
border-color css
<style>
span { border-color: #C0228B; }
span { border-color: rgb(192,34,139); }
td.TdClassName
{
border-color: #C0228B;
}
.TagClassName
{
border-color: #C0228B;
}
</style>