Shades of Medium Red Violet #C02A6D
Tints of Medium Red Violet #C02A6D
RGB
CMYK
RGB Variations
Color information
#C02A6D (or 0xC02A6D) is known color: Medium Red Violet. HEX triplet: C0, 2A and 6D. RGB value is (192,42,109). Sum of RGB (Red+Green+Blue) = 192+42+109=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A6D is #3FD592. Grayscale: #5E5E5E. Windows color (decimal): -4183443 or 7154368. OLE color: 7154368.
HSL color Cylindrical-coordinate representation of color #C02A6D: hue angle of 333.2º degrees, saturation: 0.64, 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 #C02A6D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 109 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.25 |
| HSL | 333.2º | 0.64% | 0.46% | - |
| HSV(B) | 333.2º | 0.78% | 0.75% | - |
| XYZ | 25.33 | 13.97 | 15.83 | - |
| YUV | 94.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 109 | 0 | 0.78 | 0.43 | 0.25 | 333.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 6D | 0 | 4E | 2B | 19 | 14D | 40 | 2E |
| Octal | 300 | 52 | 155 | 0 | 116 | 53 | 31 | 515 | 100 | 56 |
| Binary | 11000000 | 101010 | 1101101 | 0 | 1001110 | 101011 | 11001 | 101001101 | 1000000 | 101110 |
Color Harmonies of #C02A6D
Complementary color
Monochromatic Colors of #C02A6D
Black with #C02A6D
Text Example
Text Example
White with #C02A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A6D; }
p { color: rgb(192,42,109); }
H1.HeaderClassName
{
color: #C02A6D;
}
.AnyTagClassName
{
color: #C02A6D;
}
</style>
background-color css
<style>
a { background-color: #C02A6D; }
a { background-color: rgb(192,42,109); }
div.DivClassName
{
background-color: #C02A6D;
}
.BgClassName
{
background-color: #C02A6D;
}
</style>
border-color css
<style>
span { border-color: #C02A6D; }
span { border-color: rgb(192,42,109); }
td.TdClassName
{
border-color: #C02A6D;
}
.TagClassName
{
border-color: #C02A6D;
}
</style>