Shades of Medium Red Violet #C0267A
Tints of Medium Red Violet #C0267A
RGB
CMYK
RGB Variations
Color information
#C0267A (or 0xC0267A) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7A. RGB value is (192,38,122). Sum of RGB (Red+Green+Blue) = 192+38+122=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267A is #3FD985. Grayscale: #5D5D5D. Windows color (decimal): -4184454 or 8005312. OLE color: 8005312.
HSL color Cylindrical-coordinate representation of color #C0267A: hue angle of 327.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0267A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 122 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.25 |
| HSL | 327.27º | 0.67% | 0.45% | - |
| HSV(B) | 327.27º | 0.8% | 0.75% | - |
| XYZ | 25.94 | 14 | 19.75 | - |
| YUV | 93.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 122 | 0 | 0.80 | 0.36 | 0.25 | 327.27 | 0.67 | 0.45 |
| Hex | C0 | 26 | 7A | 0 | 50 | 24 | 19 | 147 | 43 | 2D |
| Octal | 300 | 46 | 172 | 0 | 120 | 44 | 31 | 507 | 103 | 55 |
| Binary | 11000000 | 100110 | 1111010 | 0 | 1010000 | 100100 | 11001 | 101000111 | 1000011 | 101101 |
Color Harmonies of #C0267A
Complementary color
Monochromatic Colors of #C0267A
Black with #C0267A
Text Example
Text Example
White with #C0267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0267A; }
p { color: rgb(192,38,122); }
H1.HeaderClassName
{
color: #C0267A;
}
.AnyTagClassName
{
color: #C0267A;
}
</style>
background-color css
<style>
a { background-color: #C0267A; }
a { background-color: rgb(192,38,122); }
div.DivClassName
{
background-color: #C0267A;
}
.BgClassName
{
background-color: #C0267A;
}
</style>
border-color css
<style>
span { border-color: #C0267A; }
span { border-color: rgb(192,38,122); }
td.TdClassName
{
border-color: #C0267A;
}
.TagClassName
{
border-color: #C0267A;
}
</style>