Shades of Medium Red Violet #C0266B
Tints of Medium Red Violet #C0266B
RGB
CMYK
RGB Variations
Color information
#C0266B (or 0xC0266B) is known color: Medium Red Violet. HEX triplet: C0, 26 and 6B. RGB value is (192,38,107). Sum of RGB (Red+Green+Blue) = 192+38+107=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0266B is #3FD994. Grayscale: #5B5B5B. Windows color (decimal): -4184469 or 7022272. OLE color: 7022272.
HSL color Cylindrical-coordinate representation of color #C0266B: hue angle of 333.12º 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 #C0266B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 107 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.25 |
| HSL | 333.12º | 0.67% | 0.45% | - |
| HSV(B) | 333.12º | 0.8% | 0.75% | - |
| XYZ | 25.09 | 13.65 | 15.22 | - |
| YUV | 91.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 107 | 0 | 0.80 | 0.44 | 0.25 | 333.12 | 0.67 | 0.45 |
| Hex | C0 | 26 | 6B | 0 | 50 | 2C | 19 | 14D | 43 | 2D |
| Octal | 300 | 46 | 153 | 0 | 120 | 54 | 31 | 515 | 103 | 55 |
| Binary | 11000000 | 100110 | 1101011 | 0 | 1010000 | 101100 | 11001 | 101001101 | 1000011 | 101101 |
Color Harmonies of #C0266B
Complementary color
Monochromatic Colors of #C0266B
Black with #C0266B
Text Example
Text Example
White with #C0266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0266B; }
p { color: rgb(192,38,107); }
H1.HeaderClassName
{
color: #C0266B;
}
.AnyTagClassName
{
color: #C0266B;
}
</style>
background-color css
<style>
a { background-color: #C0266B; }
a { background-color: rgb(192,38,107); }
div.DivClassName
{
background-color: #C0266B;
}
.BgClassName
{
background-color: #C0266B;
}
</style>
border-color css
<style>
span { border-color: #C0266B; }
span { border-color: rgb(192,38,107); }
td.TdClassName
{
border-color: #C0266B;
}
.TagClassName
{
border-color: #C0266B;
}
</style>