Shades of Medium Red Violet #C0267C
Tints of Medium Red Violet #C0267C
RGB
CMYK
RGB Variations
Color information
#C0267C (or 0xC0267C) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7C. RGB value is (192,38,124). Sum of RGB (Red+Green+Blue) = 192+38+124=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267C is #3FD983. Grayscale: #5D5D5D. Windows color (decimal): -4184452 or 8136384. OLE color: 8136384.
HSL color Cylindrical-coordinate representation of color #C0267C: hue angle of 326.49º 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 #C0267C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 124 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.25 |
| HSL | 326.49º | 0.67% | 0.45% | - |
| HSV(B) | 326.49º | 0.8% | 0.75% | - |
| XYZ | 26.07 | 14.05 | 20.41 | - |
| YUV | 93.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 124 | 0 | 0.80 | 0.35 | 0.25 | 326.49 | 0.67 | 0.45 |
| Hex | C0 | 26 | 7C | 0 | 50 | 23 | 19 | 146 | 43 | 2D |
| Octal | 300 | 46 | 174 | 0 | 120 | 43 | 31 | 506 | 103 | 55 |
| Binary | 11000000 | 100110 | 1111100 | 0 | 1010000 | 100011 | 11001 | 101000110 | 1000011 | 101101 |
Color Harmonies of #C0267C
Complementary color
Monochromatic Colors of #C0267C
Black with #C0267C
Text Example
Text Example
White with #C0267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0267C; }
p { color: rgb(192,38,124); }
H1.HeaderClassName
{
color: #C0267C;
}
.AnyTagClassName
{
color: #C0267C;
}
</style>
background-color css
<style>
a { background-color: #C0267C; }
a { background-color: rgb(192,38,124); }
div.DivClassName
{
background-color: #C0267C;
}
.BgClassName
{
background-color: #C0267C;
}
</style>
border-color css
<style>
span { border-color: #C0267C; }
span { border-color: rgb(192,38,124); }
td.TdClassName
{
border-color: #C0267C;
}
.TagClassName
{
border-color: #C0267C;
}
</style>