Shades of Medium Red Violet #C2317D
Tints of Medium Red Violet #C2317D
RGB
CMYK
RGB Variations
Color information
#C2317D (or 0xC2317D) is known color: Medium Red Violet. HEX triplet: C2, 31 and 7D. RGB value is (194,49,125). Sum of RGB (Red+Green+Blue) = 194+49+125=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2317D is #3DCE82. Grayscale: #646464. Windows color (decimal): -4050563 or 8204738. OLE color: 8204738.
HSL color Cylindrical-coordinate representation of color #C2317D: hue angle of 328.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2317D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 125 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.24 |
| HSL | 328.55º | 0.6% | 0.48% | - |
| HSV(B) | 328.55º | 0.75% | 0.76% | - |
| XYZ | 27.05 | 15.15 | 20.9 | - |
| YUV | 101.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 125 | 0 | 0.75 | 0.36 | 0.24 | 328.55 | 0.6 | 0.48 |
| Hex | C2 | 31 | 7D | 0 | 4B | 24 | 18 | 149 | 3C | 30 |
| Octal | 302 | 61 | 175 | 0 | 113 | 44 | 30 | 511 | 74 | 60 |
| Binary | 11000010 | 110001 | 1111101 | 0 | 1001011 | 100100 | 11000 | 101001001 | 111100 | 110000 |
Color Harmonies of #C2317D
Complementary color
Monochromatic Colors of #C2317D
Black with #C2317D
Text Example
Text Example
White with #C2317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2317D; }
p { color: rgb(194,49,125); }
H1.HeaderClassName
{
color: #C2317D;
}
.AnyTagClassName
{
color: #C2317D;
}
</style>
background-color css
<style>
a { background-color: #C2317D; }
a { background-color: rgb(194,49,125); }
div.DivClassName
{
background-color: #C2317D;
}
.BgClassName
{
background-color: #C2317D;
}
</style>
border-color css
<style>
span { border-color: #C2317D; }
span { border-color: rgb(194,49,125); }
td.TdClassName
{
border-color: #C2317D;
}
.TagClassName
{
border-color: #C2317D;
}
</style>