Shades of Medium Red Violet #C0267D
Tints of Medium Red Violet #C0267D
RGB
CMYK
RGB Variations
Color information
#C0267D (or 0xC0267D) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7D. RGB value is (192,38,125). Sum of RGB (Red+Green+Blue) = 192+38+125=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267D is #3FD982. Grayscale: #5D5D5D. Windows color (decimal): -4184451 or 8201920. OLE color: 8201920.
HSL color Cylindrical-coordinate representation of color #C0267D: hue angle of 326.1º 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 #C0267D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 125 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.25 |
| HSL | 326.1º | 0.67% | 0.45% | - |
| HSV(B) | 326.1º | 0.8% | 0.75% | - |
| XYZ | 26.13 | 14.07 | 20.74 | - |
| YUV | 93.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 125 | 0 | 0.80 | 0.35 | 0.25 | 326.1 | 0.67 | 0.45 |
| Hex | C0 | 26 | 7D | 0 | 50 | 23 | 19 | 146 | 43 | 2D |
| Octal | 300 | 46 | 175 | 0 | 120 | 43 | 31 | 506 | 103 | 55 |
| Binary | 11000000 | 100110 | 1111101 | 0 | 1010000 | 100011 | 11001 | 101000110 | 1000011 | 101101 |
Color Harmonies of #C0267D
Complementary color
Monochromatic Colors of #C0267D
Black with #C0267D
Text Example
Text Example
White with #C0267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0267D; }
p { color: rgb(192,38,125); }
H1.HeaderClassName
{
color: #C0267D;
}
.AnyTagClassName
{
color: #C0267D;
}
</style>
background-color css
<style>
a { background-color: #C0267D; }
a { background-color: rgb(192,38,125); }
div.DivClassName
{
background-color: #C0267D;
}
.BgClassName
{
background-color: #C0267D;
}
</style>
border-color css
<style>
span { border-color: #C0267D; }
span { border-color: rgb(192,38,125); }
td.TdClassName
{
border-color: #C0267D;
}
.TagClassName
{
border-color: #C0267D;
}
</style>