Shades of Medium Red Violet #C7267B
Tints of Medium Red Violet #C7267B
RGB
CMYK
RGB Variations
Color information
#C7267B (or 0xC7267B) is known color: Medium Red Violet. HEX triplet: C7, 26 and 7B. RGB value is (199,38,123). Sum of RGB (Red+Green+Blue) = 199+38+123=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7267B is #38D984. Grayscale: #5F5F5F. Windows color (decimal): -3725701 or 8070855. OLE color: 8070855.
HSL color Cylindrical-coordinate representation of color #C7267B: hue angle of 328.32º degrees, saturation: 0.68, 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 #C7267B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 123 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.22 |
| HSL | 328.32º | 0.68% | 0.46% | - |
| HSV(B) | 328.32º | 0.81% | 0.78% | - |
| XYZ | 27.82 | 14.96 | 20.16 | - |
| YUV | 95.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 123 | 0 | 0.81 | 0.38 | 0.22 | 328.32 | 0.68 | 0.46 |
| Hex | C7 | 26 | 7B | 0 | 51 | 26 | 16 | 148 | 44 | 2E |
| Octal | 307 | 46 | 173 | 0 | 121 | 46 | 26 | 510 | 104 | 56 |
| Binary | 11000111 | 100110 | 1111011 | 0 | 1010001 | 100110 | 10110 | 101001000 | 1000100 | 101110 |
Color Harmonies of #C7267B
Complementary color
Monochromatic Colors of #C7267B
Black with #C7267B
Text Example
Text Example
White with #C7267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7267B; }
p { color: rgb(199,38,123); }
H1.HeaderClassName
{
color: #C7267B;
}
.AnyTagClassName
{
color: #C7267B;
}
</style>
background-color css
<style>
a { background-color: #C7267B; }
a { background-color: rgb(199,38,123); }
div.DivClassName
{
background-color: #C7267B;
}
.BgClassName
{
background-color: #C7267B;
}
</style>
border-color css
<style>
span { border-color: #C7267B; }
span { border-color: rgb(199,38,123); }
td.TdClassName
{
border-color: #C7267B;
}
.TagClassName
{
border-color: #C7267B;
}
</style>