Shades of Medium Red Violet #C02B9B
Tints of Medium Red Violet #C02B9B
RGB
CMYK
RGB Variations
Color information
#C02B9B (or 0xC02B9B) is known color: Medium Red Violet. HEX triplet: C0, 2B and 9B. RGB value is (192,43,155). Sum of RGB (Red+Green+Blue) = 192+43+155=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B9B is #3FD464. Grayscale: #646464. Windows color (decimal): -4183141 or 10169280. OLE color: 10169280.
HSL color Cylindrical-coordinate representation of color #C02B9B: hue angle of 314.9º 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 #C02B9B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 155 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.25 |
| HSL | 314.9º | 0.63% | 0.46% | - |
| HSV(B) | 314.9º | 0.78% | 0.75% | - |
| XYZ | 28.52 | 15.3 | 32.46 | - |
| YUV | 100.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 155 | 0 | 0.78 | 0.19 | 0.25 | 314.9 | 0.63 | 0.46 |
| Hex | C0 | 2B | 9B | 0 | 4E | 13 | 19 | 13B | 3F | 2E |
| Octal | 300 | 53 | 233 | 0 | 116 | 23 | 31 | 473 | 77 | 56 |
| Binary | 11000000 | 101011 | 10011011 | 0 | 1001110 | 10011 | 11001 | 100111011 | 111111 | 101110 |
Color Harmonies of #C02B9B
Complementary color
Monochromatic Colors of #C02B9B
Black with #C02B9B
Text Example
Text Example
White with #C02B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B9B; }
p { color: rgb(192,43,155); }
H1.HeaderClassName
{
color: #C02B9B;
}
.AnyTagClassName
{
color: #C02B9B;
}
</style>
background-color css
<style>
a { background-color: #C02B9B; }
a { background-color: rgb(192,43,155); }
div.DivClassName
{
background-color: #C02B9B;
}
.BgClassName
{
background-color: #C02B9B;
}
</style>
border-color css
<style>
span { border-color: #C02B9B; }
span { border-color: rgb(192,43,155); }
td.TdClassName
{
border-color: #C02B9B;
}
.TagClassName
{
border-color: #C02B9B;
}
</style>