Shades of Medium Red Violet #C02B8C
Tints of Medium Red Violet #C02B8C
RGB
CMYK
RGB Variations
Color information
#C02B8C (or 0xC02B8C) is known color: Medium Red Violet. HEX triplet: C0, 2B and 8C. RGB value is (192,43,140). Sum of RGB (Red+Green+Blue) = 192+43+140=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B8C is #3FD473. Grayscale: #626262. Windows color (decimal): -4183156 or 9186240. OLE color: 9186240.
HSL color Cylindrical-coordinate representation of color #C02B8C: hue angle of 320.94º 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 #C02B8C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 140 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.25 |
| HSL | 320.94º | 0.63% | 0.46% | - |
| HSV(B) | 320.94º | 0.78% | 0.75% | - |
| XYZ | 27.34 | 14.83 | 26.23 | - |
| YUV | 98.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 140 | 0 | 0.78 | 0.27 | 0.25 | 320.94 | 0.63 | 0.46 |
| Hex | C0 | 2B | 8C | 0 | 4E | 1B | 19 | 141 | 3F | 2E |
| Octal | 300 | 53 | 214 | 0 | 116 | 33 | 31 | 501 | 77 | 56 |
| Binary | 11000000 | 101011 | 10001100 | 0 | 1001110 | 11011 | 11001 | 101000001 | 111111 | 101110 |
Color Harmonies of #C02B8C
Complementary color
Monochromatic Colors of #C02B8C
Black with #C02B8C
Text Example
Text Example
White with #C02B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B8C; }
p { color: rgb(192,43,140); }
H1.HeaderClassName
{
color: #C02B8C;
}
.AnyTagClassName
{
color: #C02B8C;
}
</style>
background-color css
<style>
a { background-color: #C02B8C; }
a { background-color: rgb(192,43,140); }
div.DivClassName
{
background-color: #C02B8C;
}
.BgClassName
{
background-color: #C02B8C;
}
</style>
border-color css
<style>
span { border-color: #C02B8C; }
span { border-color: rgb(192,43,140); }
td.TdClassName
{
border-color: #C02B8C;
}
.TagClassName
{
border-color: #C02B8C;
}
</style>