Shades of Medium Red Violet #C4298B
Tints of Medium Red Violet #C4298B
RGB
CMYK
RGB Variations
Color information
#C4298B (or 0xC4298B) is known color: Medium Red Violet. HEX triplet: C4, 29 and 8B. RGB value is (196,41,139). Sum of RGB (Red+Green+Blue) = 196+41+139=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4298B is #3BD674. Grayscale: #626262. Windows color (decimal): -3921525 or 9120196. OLE color: 9120196.
HSL color Cylindrical-coordinate representation of color #C4298B: hue angle of 322.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4298B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 139 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.23 |
| HSL | 322.06º | 0.65% | 0.46% | - |
| HSV(B) | 322.06º | 0.79% | 0.77% | - |
| XYZ | 28.22 | 15.19 | 25.87 | - |
| YUV | 98.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 139 | 0 | 0.79 | 0.29 | 0.23 | 322.06 | 0.65 | 0.46 |
| Hex | C4 | 29 | 8B | 0 | 4F | 1D | 17 | 142 | 41 | 2E |
| Octal | 304 | 51 | 213 | 0 | 117 | 35 | 27 | 502 | 101 | 56 |
| Binary | 11000100 | 101001 | 10001011 | 0 | 1001111 | 11101 | 10111 | 101000010 | 1000001 | 101110 |
Color Harmonies of #C4298B
Complementary color
Monochromatic Colors of #C4298B
Black with #C4298B
Text Example
Text Example
White with #C4298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4298B; }
p { color: rgb(196,41,139); }
H1.HeaderClassName
{
color: #C4298B;
}
.AnyTagClassName
{
color: #C4298B;
}
</style>
background-color css
<style>
a { background-color: #C4298B; }
a { background-color: rgb(196,41,139); }
div.DivClassName
{
background-color: #C4298B;
}
.BgClassName
{
background-color: #C4298B;
}
</style>
border-color css
<style>
span { border-color: #C4298B; }
span { border-color: rgb(196,41,139); }
td.TdClassName
{
border-color: #C4298B;
}
.TagClassName
{
border-color: #C4298B;
}
</style>