Shades of Medium Violet Red #C0238A
Tints of Medium Violet Red #C0238A
RGB
CMYK
RGB Variations
Color information
#C0238A (or 0xC0238A) is known color: Medium Violet Red. HEX triplet: C0, 23 and 8A. RGB value is (192,35,138). Sum of RGB (Red+Green+Blue) = 192+35+138=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0238A is #3FDC75. Grayscale: #5D5D5D. Windows color (decimal): -4185206 or 9053120. OLE color: 9053120.
HSL color Cylindrical-coordinate representation of color #C0238A: hue angle of 320.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0238A is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 138 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.25 |
| HSL | 320.64º | 0.69% | 0.45% | - |
| HSV(B) | 320.64º | 0.82% | 0.75% | - |
| XYZ | 26.93 | 14.24 | 25.37 | - |
| YUV | 93.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 138 | 0 | 0.82 | 0.28 | 0.25 | 320.64 | 0.69 | 0.45 |
| Hex | C0 | 23 | 8A | 0 | 52 | 1C | 19 | 141 | 45 | 2D |
| Octal | 300 | 43 | 212 | 0 | 122 | 34 | 31 | 501 | 105 | 55 |
| Binary | 11000000 | 100011 | 10001010 | 0 | 1010010 | 11100 | 11001 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C0238A
Complementary color
Monochromatic Colors of #C0238A
Black with #C0238A
Text Example
Text Example
White with #C0238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0238A; }
p { color: rgb(192,35,138); }
H1.HeaderClassName
{
color: #C0238A;
}
.AnyTagClassName
{
color: #C0238A;
}
</style>
background-color css
<style>
a { background-color: #C0238A; }
a { background-color: rgb(192,35,138); }
div.DivClassName
{
background-color: #C0238A;
}
.BgClassName
{
background-color: #C0238A;
}
</style>
border-color css
<style>
span { border-color: #C0238A; }
span { border-color: rgb(192,35,138); }
td.TdClassName
{
border-color: #C0238A;
}
.TagClassName
{
border-color: #C0238A;
}
</style>