Shades of Medium Red Violet #C02B85
Tints of Medium Red Violet #C02B85
RGB
CMYK
RGB Variations
Color information
#C02B85 (or 0xC02B85) is known color: Medium Red Violet. HEX triplet: C0, 2B and 85. RGB value is (192,43,133). Sum of RGB (Red+Green+Blue) = 192+43+133=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B85 is #3FD47A. Grayscale: #616161. Windows color (decimal): -4183163 or 8727488. OLE color: 8727488.
HSL color Cylindrical-coordinate representation of color #C02B85: hue angle of 323.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B85 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 133 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.25 |
| HSL | 323.76º | 0.63% | 0.46% | - |
| HSV(B) | 323.76º | 0.78% | 0.75% | - |
| XYZ | 26.84 | 14.63 | 23.6 | - |
| YUV | 97.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 133 | 0 | 0.78 | 0.31 | 0.25 | 323.76 | 0.63 | 0.46 |
| Hex | C0 | 2B | 85 | 0 | 4E | 1F | 19 | 144 | 3F | 2E |
| Octal | 300 | 53 | 205 | 0 | 116 | 37 | 31 | 504 | 77 | 56 |
| Binary | 11000000 | 101011 | 10000101 | 0 | 1001110 | 11111 | 11001 | 101000100 | 111111 | 101110 |
Color Harmonies of #C02B85
Complementary color
Monochromatic Colors of #C02B85
Black with #C02B85
Text Example
Text Example
White with #C02B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B85; }
p { color: rgb(192,43,133); }
H1.HeaderClassName
{
color: #C02B85;
}
.AnyTagClassName
{
color: #C02B85;
}
</style>
background-color css
<style>
a { background-color: #C02B85; }
a { background-color: rgb(192,43,133); }
div.DivClassName
{
background-color: #C02B85;
}
.BgClassName
{
background-color: #C02B85;
}
</style>
border-color css
<style>
span { border-color: #C02B85; }
span { border-color: rgb(192,43,133); }
td.TdClassName
{
border-color: #C02B85;
}
.TagClassName
{
border-color: #C02B85;
}
</style>