Shades of Medium Red Violet #C42BA2
Tints of Medium Red Violet #C42BA2
RGB
CMYK
RGB Variations
Color information
#C42BA2 (or 0xC42BA2) is known color: Medium Red Violet. HEX triplet: C4, 2B and A2. RGB value is (196,43,162). Sum of RGB (Red+Green+Blue) = 196+43+162=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BA2 is #3BD45D. Grayscale: #656565. Windows color (decimal): -3920990 or 10628036. OLE color: 10628036.
HSL color Cylindrical-coordinate representation of color #C42BA2: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42BA2 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 162 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.23 |
| HSL | 313.33º | 0.64% | 0.47% | - |
| HSV(B) | 313.33º | 0.78% | 0.77% | - |
| XYZ | 30.15 | 16.07 | 35.7 | - |
| YUV | 102.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 162 | 0 | 0.78 | 0.17 | 0.23 | 313.33 | 0.64 | 0.47 |
| Hex | C4 | 2B | A2 | 0 | 4E | 11 | 17 | 139 | 40 | 2F |
| Octal | 304 | 53 | 242 | 0 | 116 | 21 | 27 | 471 | 100 | 57 |
| Binary | 11000100 | 101011 | 10100010 | 0 | 1001110 | 10001 | 10111 | 100111001 | 1000000 | 101111 |
Color Harmonies of #C42BA2
Complementary color
Monochromatic Colors of #C42BA2
Black with #C42BA2
Text Example
Text Example
White with #C42BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BA2; }
p { color: rgb(196,43,162); }
H1.HeaderClassName
{
color: #C42BA2;
}
.AnyTagClassName
{
color: #C42BA2;
}
</style>
background-color css
<style>
a { background-color: #C42BA2; }
a { background-color: rgb(196,43,162); }
div.DivClassName
{
background-color: #C42BA2;
}
.BgClassName
{
background-color: #C42BA2;
}
</style>
border-color css
<style>
span { border-color: #C42BA2; }
span { border-color: rgb(196,43,162); }
td.TdClassName
{
border-color: #C42BA2;
}
.TagClassName
{
border-color: #C42BA2;
}
</style>