Shades of Medium Red Violet #C4287D
Tints of Medium Red Violet #C4287D
RGB
CMYK
RGB Variations
Color information
#C4287D (or 0xC4287D) is known color: Medium Red Violet. HEX triplet: C4, 28 and 7D. RGB value is (196,40,125). Sum of RGB (Red+Green+Blue) = 196+40+125=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4287D is #3BD782. Grayscale: #606060. Windows color (decimal): -3921795 or 8202436. OLE color: 8202436.
HSL color Cylindrical-coordinate representation of color #C4287D: hue angle of 327.31º 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 #C4287D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 125 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.23 |
| HSL | 327.31º | 0.66% | 0.46% | - |
| HSV(B) | 327.31º | 0.8% | 0.77% | - |
| XYZ | 27.23 | 14.73 | 20.81 | - |
| YUV | 96.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 125 | 0 | 0.80 | 0.36 | 0.23 | 327.31 | 0.66 | 0.46 |
| Hex | C4 | 28 | 7D | 0 | 50 | 24 | 17 | 147 | 42 | 2E |
| Octal | 304 | 50 | 175 | 0 | 120 | 44 | 27 | 507 | 102 | 56 |
| Binary | 11000100 | 101000 | 1111101 | 0 | 1010000 | 100100 | 10111 | 101000111 | 1000010 | 101110 |
Color Harmonies of #C4287D
Complementary color
Monochromatic Colors of #C4287D
Black with #C4287D
Text Example
Text Example
White with #C4287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4287D; }
p { color: rgb(196,40,125); }
H1.HeaderClassName
{
color: #C4287D;
}
.AnyTagClassName
{
color: #C4287D;
}
</style>
background-color css
<style>
a { background-color: #C4287D; }
a { background-color: rgb(196,40,125); }
div.DivClassName
{
background-color: #C4287D;
}
.BgClassName
{
background-color: #C4287D;
}
</style>
border-color css
<style>
span { border-color: #C4287D; }
span { border-color: rgb(196,40,125); }
td.TdClassName
{
border-color: #C4287D;
}
.TagClassName
{
border-color: #C4287D;
}
</style>