Shades of Medium Red Violet #C02BA5
Tints of Medium Red Violet #C02BA5
RGB
CMYK
RGB Variations
Color information
#C02BA5 (or 0xC02BA5) is known color: Medium Red Violet. HEX triplet: C0, 2B and A5. RGB value is (192,43,165). Sum of RGB (Red+Green+Blue) = 192+43+165=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA5 is #3FD45A. Grayscale: #656565. Windows color (decimal): -4183131 or 10824640. OLE color: 10824640.
HSL color Cylindrical-coordinate representation of color #C02BA5: hue angle of 310.87º 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 #C02BA5 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 165 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.25 |
| HSL | 310.87º | 0.63% | 0.46% | - |
| HSV(B) | 310.87º | 0.78% | 0.75% | - |
| XYZ | 29.39 | 15.65 | 37.07 | - |
| YUV | 101.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 165 | 0 | 0.78 | 0.14 | 0.25 | 310.87 | 0.63 | 0.46 |
| Hex | C0 | 2B | A5 | 0 | 4E | E | 19 | 137 | 3F | 2E |
| Octal | 300 | 53 | 245 | 0 | 116 | 16 | 31 | 467 | 77 | 56 |
| Binary | 11000000 | 101011 | 10100101 | 0 | 1001110 | 1110 | 11001 | 100110111 | 111111 | 101110 |
Color Harmonies of #C02BA5
Complementary color
Monochromatic Colors of #C02BA5
Black with #C02BA5
Text Example
Text Example
White with #C02BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BA5; }
p { color: rgb(192,43,165); }
H1.HeaderClassName
{
color: #C02BA5;
}
.AnyTagClassName
{
color: #C02BA5;
}
</style>
background-color css
<style>
a { background-color: #C02BA5; }
a { background-color: rgb(192,43,165); }
div.DivClassName
{
background-color: #C02BA5;
}
.BgClassName
{
background-color: #C02BA5;
}
</style>
border-color css
<style>
span { border-color: #C02BA5; }
span { border-color: rgb(192,43,165); }
td.TdClassName
{
border-color: #C02BA5;
}
.TagClassName
{
border-color: #C02BA5;
}
</style>