Shades of Medium Violet Red #C7258A
Tints of Medium Violet Red #C7258A
RGB
CMYK
RGB Variations
Color information
#C7258A (or 0xC7258A) is known color: Medium Violet Red. HEX triplet: C7, 25 and 8A. RGB value is (199,37,138). Sum of RGB (Red+Green+Blue) = 199+37+138=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7258A is #38DA75. Grayscale: #606060. Windows color (decimal): -3725942 or 9053639. OLE color: 9053639.
HSL color Cylindrical-coordinate representation of color #C7258A: hue angle of 322.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7258A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 138 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.22 |
| HSL | 322.59º | 0.69% | 0.46% | - |
| HSV(B) | 322.59º | 0.81% | 0.78% | - |
| XYZ | 28.8 | 15.3 | 25.48 | - |
| YUV | 96.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 138 | 0 | 0.81 | 0.31 | 0.22 | 322.59 | 0.69 | 0.46 |
| Hex | C7 | 25 | 8A | 0 | 51 | 1F | 16 | 143 | 45 | 2E |
| Octal | 307 | 45 | 212 | 0 | 121 | 37 | 26 | 503 | 105 | 56 |
| Binary | 11000111 | 100101 | 10001010 | 0 | 1010001 | 11111 | 10110 | 101000011 | 1000101 | 101110 |
Color Harmonies of #C7258A
Complementary color
Monochromatic Colors of #C7258A
Black with #C7258A
Text Example
Text Example
White with #C7258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7258A; }
p { color: rgb(199,37,138); }
H1.HeaderClassName
{
color: #C7258A;
}
.AnyTagClassName
{
color: #C7258A;
}
</style>
background-color css
<style>
a { background-color: #C7258A; }
a { background-color: rgb(199,37,138); }
div.DivClassName
{
background-color: #C7258A;
}
.BgClassName
{
background-color: #C7258A;
}
</style>
border-color css
<style>
span { border-color: #C7258A; }
span { border-color: rgb(199,37,138); }
td.TdClassName
{
border-color: #C7258A;
}
.TagClassName
{
border-color: #C7258A;
}
</style>