Shades of Medium Red Violet #C2377D
Tints of Medium Red Violet #C2377D
RGB
CMYK
RGB Variations
Color information
#C2377D (or 0xC2377D) is known color: Medium Red Violet. HEX triplet: C2, 37 and 7D. RGB value is (194,55,125). Sum of RGB (Red+Green+Blue) = 194+55+125=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2377D is #3DC882. Grayscale: #686868. Windows color (decimal): -4049027 or 8206274. OLE color: 8206274.
HSL color Cylindrical-coordinate representation of color #C2377D: hue angle of 329.78º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2377D is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 125 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.24 |
| HSL | 329.78º | 0.56% | 0.49% | - |
| HSV(B) | 329.78º | 0.72% | 0.76% | - |
| XYZ | 27.32 | 15.68 | 20.99 | - |
| YUV | 104.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 125 | 0 | 0.72 | 0.36 | 0.24 | 329.78 | 0.56 | 0.49 |
| Hex | C2 | 37 | 7D | 0 | 48 | 24 | 18 | 14A | 38 | 31 |
| Octal | 302 | 67 | 175 | 0 | 110 | 44 | 30 | 512 | 70 | 61 |
| Binary | 11000010 | 110111 | 1111101 | 0 | 1001000 | 100100 | 11000 | 101001010 | 111000 | 110001 |
Color Harmonies of #C2377D
Complementary color
Monochromatic Colors of #C2377D
Black with #C2377D
Text Example
Text Example
White with #C2377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2377D; }
p { color: rgb(194,55,125); }
H1.HeaderClassName
{
color: #C2377D;
}
.AnyTagClassName
{
color: #C2377D;
}
</style>
background-color css
<style>
a { background-color: #C2377D; }
a { background-color: rgb(194,55,125); }
div.DivClassName
{
background-color: #C2377D;
}
.BgClassName
{
background-color: #C2377D;
}
</style>
border-color css
<style>
span { border-color: #C2377D; }
span { border-color: rgb(194,55,125); }
td.TdClassName
{
border-color: #C2377D;
}
.TagClassName
{
border-color: #C2377D;
}
</style>