Shades of Medium Red Violet #C0286B
Tints of Medium Red Violet #C0286B
RGB
CMYK
RGB Variations
Color information
#C0286B (or 0xC0286B) is known color: Medium Red Violet. HEX triplet: C0, 28 and 6B. RGB value is (192,40,107). Sum of RGB (Red+Green+Blue) = 192+40+107=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0286B is #3FD794. Grayscale: #5C5C5C. Windows color (decimal): -4183957 or 7022784. OLE color: 7022784.
HSL color Cylindrical-coordinate representation of color #C0286B: hue angle of 333.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0286B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 107 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.25 |
| HSL | 333.55º | 0.66% | 0.45% | - |
| HSV(B) | 333.55º | 0.79% | 0.75% | - |
| XYZ | 25.15 | 13.79 | 15.25 | - |
| YUV | 93.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 107 | 0 | 0.79 | 0.44 | 0.25 | 333.55 | 0.66 | 0.45 |
| Hex | C0 | 28 | 6B | 0 | 4F | 2C | 19 | 14E | 42 | 2D |
| Octal | 300 | 50 | 153 | 0 | 117 | 54 | 31 | 516 | 102 | 55 |
| Binary | 11000000 | 101000 | 1101011 | 0 | 1001111 | 101100 | 11001 | 101001110 | 1000010 | 101101 |
Color Harmonies of #C0286B
Complementary color
Monochromatic Colors of #C0286B
Black with #C0286B
Text Example
Text Example
White with #C0286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0286B; }
p { color: rgb(192,40,107); }
H1.HeaderClassName
{
color: #C0286B;
}
.AnyTagClassName
{
color: #C0286B;
}
</style>
background-color css
<style>
a { background-color: #C0286B; }
a { background-color: rgb(192,40,107); }
div.DivClassName
{
background-color: #C0286B;
}
.BgClassName
{
background-color: #C0286B;
}
</style>
border-color css
<style>
span { border-color: #C0286B; }
span { border-color: rgb(192,40,107); }
td.TdClassName
{
border-color: #C0286B;
}
.TagClassName
{
border-color: #C0286B;
}
</style>