Shades of Medium Red Violet #C0268E
Tints of Medium Red Violet #C0268E
RGB
CMYK
RGB Variations
Color information
#C0268E (or 0xC0268E) is known color: Medium Red Violet. HEX triplet: C0, 26 and 8E. RGB value is (192,38,142). Sum of RGB (Red+Green+Blue) = 192+38+142=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0268E is #3FD971. Grayscale: #5F5F5F. Windows color (decimal): -4184434 or 9316032. OLE color: 9316032.
HSL color Cylindrical-coordinate representation of color #C0268E: hue angle of 319.48º 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 #C0268E is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 142 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.25 |
| HSL | 319.48º | 0.67% | 0.45% | - |
| HSV(B) | 319.48º | 0.8% | 0.75% | - |
| XYZ | 27.31 | 14.55 | 26.96 | - |
| YUV | 95.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 142 | 0 | 0.80 | 0.26 | 0.25 | 319.48 | 0.67 | 0.45 |
| Hex | C0 | 26 | 8E | 0 | 50 | 1A | 19 | 13F | 43 | 2D |
| Octal | 300 | 46 | 216 | 0 | 120 | 32 | 31 | 477 | 103 | 55 |
| Binary | 11000000 | 100110 | 10001110 | 0 | 1010000 | 11010 | 11001 | 100111111 | 1000011 | 101101 |
Color Harmonies of #C0268E
Complementary color
Monochromatic Colors of #C0268E
Black with #C0268E
Text Example
Text Example
White with #C0268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0268E; }
p { color: rgb(192,38,142); }
H1.HeaderClassName
{
color: #C0268E;
}
.AnyTagClassName
{
color: #C0268E;
}
</style>
background-color css
<style>
a { background-color: #C0268E; }
a { background-color: rgb(192,38,142); }
div.DivClassName
{
background-color: #C0268E;
}
.BgClassName
{
background-color: #C0268E;
}
</style>
border-color css
<style>
span { border-color: #C0268E; }
span { border-color: rgb(192,38,142); }
td.TdClassName
{
border-color: #C0268E;
}
.TagClassName
{
border-color: #C0268E;
}
</style>