Shades of Medium Red Violet #C43380
Tints of Medium Red Violet #C43380
RGB
CMYK
RGB Variations
Color information
#C43380 (or 0xC43380) is known color: Medium Red Violet. HEX triplet: C4, 33 and 80. RGB value is (196,51,128). Sum of RGB (Red+Green+Blue) = 196+51+128=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43380 is #3BCC7F. Grayscale: #666666. Windows color (decimal): -3918976 or 8401860. OLE color: 8401860.
HSL color Cylindrical-coordinate representation of color #C43380: hue angle of 328.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43380 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 128 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.23 |
| HSL | 328.14º | 0.59% | 0.48% | - |
| HSV(B) | 328.14º | 0.74% | 0.77% | - |
| XYZ | 27.85 | 15.66 | 21.98 | - |
| YUV | 103.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 128 | 0 | 0.74 | 0.35 | 0.23 | 328.14 | 0.59 | 0.48 |
| Hex | C4 | 33 | 80 | 0 | 4A | 23 | 17 | 148 | 3B | 30 |
| Octal | 304 | 63 | 200 | 0 | 112 | 43 | 27 | 510 | 73 | 60 |
| Binary | 11000100 | 110011 | 10000000 | 0 | 1001010 | 100011 | 10111 | 101001000 | 111011 | 110000 |
Color Harmonies of #C43380
Complementary color
Monochromatic Colors of #C43380
Black with #C43380
Text Example
Text Example
White with #C43380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43380; }
p { color: rgb(196,51,128); }
H1.HeaderClassName
{
color: #C43380;
}
.AnyTagClassName
{
color: #C43380;
}
</style>
background-color css
<style>
a { background-color: #C43380; }
a { background-color: rgb(196,51,128); }
div.DivClassName
{
background-color: #C43380;
}
.BgClassName
{
background-color: #C43380;
}
</style>
border-color css
<style>
span { border-color: #C43380; }
span { border-color: rgb(196,51,128); }
td.TdClassName
{
border-color: #C43380;
}
.TagClassName
{
border-color: #C43380;
}
</style>