Shades of Medium Red Violet #C4308C
Tints of Medium Red Violet #C4308C
RGB
CMYK
RGB Variations
Color information
#C4308C (or 0xC4308C) is known color: Medium Red Violet. HEX triplet: C4, 30 and 8C. RGB value is (196,48,140). Sum of RGB (Red+Green+Blue) = 196+48+140=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4308C is #3BCF73. Grayscale: #666666. Windows color (decimal): -3919732 or 9187524. OLE color: 9187524.
HSL color Cylindrical-coordinate representation of color #C4308C: hue angle of 322.7º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4308C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 140 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.23 |
| HSL | 322.7º | 0.61% | 0.48% | - |
| HSV(B) | 322.7º | 0.76% | 0.77% | - |
| XYZ | 28.56 | 15.74 | 26.34 | - |
| YUV | 102.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 140 | 0 | 0.76 | 0.29 | 0.23 | 322.7 | 0.61 | 0.48 |
| Hex | C4 | 30 | 8C | 0 | 4C | 1D | 17 | 143 | 3D | 30 |
| Octal | 304 | 60 | 214 | 0 | 114 | 35 | 27 | 503 | 75 | 60 |
| Binary | 11000100 | 110000 | 10001100 | 0 | 1001100 | 11101 | 10111 | 101000011 | 111101 | 110000 |
Color Harmonies of #C4308C
Complementary color
Monochromatic Colors of #C4308C
Black with #C4308C
Text Example
Text Example
White with #C4308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4308C; }
p { color: rgb(196,48,140); }
H1.HeaderClassName
{
color: #C4308C;
}
.AnyTagClassName
{
color: #C4308C;
}
</style>
background-color css
<style>
a { background-color: #C4308C; }
a { background-color: rgb(196,48,140); }
div.DivClassName
{
background-color: #C4308C;
}
.BgClassName
{
background-color: #C4308C;
}
</style>
border-color css
<style>
span { border-color: #C4308C; }
span { border-color: rgb(196,48,140); }
td.TdClassName
{
border-color: #C4308C;
}
.TagClassName
{
border-color: #C4308C;
}
</style>