Shades of Medium Red Violet #C4257B
Tints of Medium Red Violet #C4257B
RGB
CMYK
RGB Variations
Color information
#C4257B (or 0xC4257B) is known color: Medium Red Violet. HEX triplet: C4, 25 and 7B. RGB value is (196,37,123). Sum of RGB (Red+Green+Blue) = 196+37+123=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4257B is #3BDA84. Grayscale: #5E5E5E. Windows color (decimal): -3922565 or 8070596. OLE color: 8070596.
HSL color Cylindrical-coordinate representation of color #C4257B: hue angle of 327.55º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4257B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 123 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.23 |
| HSL | 327.55º | 0.68% | 0.46% | - |
| HSV(B) | 327.55º | 0.81% | 0.77% | - |
| XYZ | 27 | 14.49 | 20.11 | - |
| YUV | 94.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 123 | 0 | 0.81 | 0.37 | 0.23 | 327.55 | 0.68 | 0.46 |
| Hex | C4 | 25 | 7B | 0 | 51 | 25 | 17 | 148 | 44 | 2E |
| Octal | 304 | 45 | 173 | 0 | 121 | 45 | 27 | 510 | 104 | 56 |
| Binary | 11000100 | 100101 | 1111011 | 0 | 1010001 | 100101 | 10111 | 101001000 | 1000100 | 101110 |
Color Harmonies of #C4257B
Complementary color
Monochromatic Colors of #C4257B
Black with #C4257B
Text Example
Text Example
White with #C4257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4257B; }
p { color: rgb(196,37,123); }
H1.HeaderClassName
{
color: #C4257B;
}
.AnyTagClassName
{
color: #C4257B;
}
</style>
background-color css
<style>
a { background-color: #C4257B; }
a { background-color: rgb(196,37,123); }
div.DivClassName
{
background-color: #C4257B;
}
.BgClassName
{
background-color: #C4257B;
}
</style>
border-color css
<style>
span { border-color: #C4257B; }
span { border-color: rgb(196,37,123); }
td.TdClassName
{
border-color: #C4257B;
}
.TagClassName
{
border-color: #C4257B;
}
</style>