Shades of Medium Red Violet #C42893
Tints of Medium Red Violet #C42893
RGB
CMYK
RGB Variations
Color information
#C42893 (or 0xC42893) is known color: Medium Red Violet. HEX triplet: C4, 28 and 93. RGB value is (196,40,147). Sum of RGB (Red+Green+Blue) = 196+40+147=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C42893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42893 is #3BD76C. Grayscale: #626262. Windows color (decimal): -3921773 or 9644228. OLE color: 9644228.
HSL color Cylindrical-coordinate representation of color #C42893: hue angle of 318.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42893 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 147 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.23 |
| HSL | 318.85º | 0.66% | 0.46% | - |
| HSV(B) | 318.85º | 0.8% | 0.77% | - |
| XYZ | 28.79 | 15.36 | 29.05 | - |
| YUV | 98.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 147 | 0 | 0.80 | 0.25 | 0.23 | 318.85 | 0.66 | 0.46 |
| Hex | C4 | 28 | 93 | 0 | 50 | 19 | 17 | 13F | 42 | 2E |
| Octal | 304 | 50 | 223 | 0 | 120 | 31 | 27 | 477 | 102 | 56 |
| Binary | 11000100 | 101000 | 10010011 | 0 | 1010000 | 11001 | 10111 | 100111111 | 1000010 | 101110 |
Color Harmonies of #C42893
Complementary color
Monochromatic Colors of #C42893
Black with #C42893
Text Example
Text Example
White with #C42893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42893; }
p { color: rgb(196,40,147); }
H1.HeaderClassName
{
color: #C42893;
}
.AnyTagClassName
{
color: #C42893;
}
</style>
background-color css
<style>
a { background-color: #C42893; }
a { background-color: rgb(196,40,147); }
div.DivClassName
{
background-color: #C42893;
}
.BgClassName
{
background-color: #C42893;
}
</style>
border-color css
<style>
span { border-color: #C42893; }
span { border-color: rgb(196,40,147); }
td.TdClassName
{
border-color: #C42893;
}
.TagClassName
{
border-color: #C42893;
}
</style>