Shades of Medium Red Violet #C02DA3
Tints of Medium Red Violet #C02DA3
RGB
CMYK
RGB Variations
Color information
#C02DA3 (or 0xC02DA3) is known color: Medium Red Violet. HEX triplet: C0, 2D and A3. RGB value is (192,45,163). Sum of RGB (Red+Green+Blue) = 192+45+163=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DA3 is #3FD25C. Grayscale: #666666. Windows color (decimal): -4182621 or 10694080. OLE color: 10694080.
HSL color Cylindrical-coordinate representation of color #C02DA3: hue angle of 311.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DA3 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 163 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.25 |
| HSL | 311.84º | 0.62% | 0.46% | - |
| HSV(B) | 311.84º | 0.77% | 0.75% | - |
| XYZ | 29.29 | 15.73 | 36.14 | - |
| YUV | 102.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 163 | 0 | 0.77 | 0.15 | 0.25 | 311.84 | 0.62 | 0.46 |
| Hex | C0 | 2D | A3 | 0 | 4D | F | 19 | 138 | 3E | 2E |
| Octal | 300 | 55 | 243 | 0 | 115 | 17 | 31 | 470 | 76 | 56 |
| Binary | 11000000 | 101101 | 10100011 | 0 | 1001101 | 1111 | 11001 | 100111000 | 111110 | 101110 |
Color Harmonies of #C02DA3
Complementary color
Monochromatic Colors of #C02DA3
Black with #C02DA3
Text Example
Text Example
White with #C02DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DA3; }
p { color: rgb(192,45,163); }
H1.HeaderClassName
{
color: #C02DA3;
}
.AnyTagClassName
{
color: #C02DA3;
}
</style>
background-color css
<style>
a { background-color: #C02DA3; }
a { background-color: rgb(192,45,163); }
div.DivClassName
{
background-color: #C02DA3;
}
.BgClassName
{
background-color: #C02DA3;
}
</style>
border-color css
<style>
span { border-color: #C02DA3; }
span { border-color: rgb(192,45,163); }
td.TdClassName
{
border-color: #C02DA3;
}
.TagClassName
{
border-color: #C02DA3;
}
</style>