Shades of Medium Red Violet #C0266A
Tints of Medium Red Violet #C0266A
RGB
CMYK
RGB Variations
Color information
#C0266A (or 0xC0266A) is known color: Medium Red Violet. HEX triplet: C0, 26 and 6A. RGB value is (192,38,106). Sum of RGB (Red+Green+Blue) = 192+38+106=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0266A is #3FD995. Grayscale: #5B5B5B. Windows color (decimal): -4184470 or 6956736. OLE color: 6956736.
HSL color Cylindrical-coordinate representation of color #C0266A: hue angle of 333.51º 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 #C0266A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 106 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.25 |
| HSL | 333.51º | 0.67% | 0.45% | - |
| HSV(B) | 333.51º | 0.8% | 0.75% | - |
| XYZ | 25.03 | 13.63 | 14.95 | - |
| YUV | 91.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 106 | 0 | 0.80 | 0.45 | 0.25 | 333.51 | 0.67 | 0.45 |
| Hex | C0 | 26 | 6A | 0 | 50 | 2D | 19 | 14E | 43 | 2D |
| Octal | 300 | 46 | 152 | 0 | 120 | 55 | 31 | 516 | 103 | 55 |
| Binary | 11000000 | 100110 | 1101010 | 0 | 1010000 | 101101 | 11001 | 101001110 | 1000011 | 101101 |
Color Harmonies of #C0266A
Complementary color
Monochromatic Colors of #C0266A
Black with #C0266A
Text Example
Text Example
White with #C0266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0266A; }
p { color: rgb(192,38,106); }
H1.HeaderClassName
{
color: #C0266A;
}
.AnyTagClassName
{
color: #C0266A;
}
</style>
background-color css
<style>
a { background-color: #C0266A; }
a { background-color: rgb(192,38,106); }
div.DivClassName
{
background-color: #C0266A;
}
.BgClassName
{
background-color: #C0266A;
}
</style>
border-color css
<style>
span { border-color: #C0266A; }
span { border-color: rgb(192,38,106); }
td.TdClassName
{
border-color: #C0266A;
}
.TagClassName
{
border-color: #C0266A;
}
</style>