Shades of Medium Red Violet #C2367F
Tints of Medium Red Violet #C2367F
RGB
CMYK
RGB Variations
Color information
#C2367F (or 0xC2367F) is known color: Medium Red Violet. HEX triplet: C2, 36 and 7F. RGB value is (194,54,127). Sum of RGB (Red+Green+Blue) = 194+54+127=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2367F is #3DC980. Grayscale: #686868. Windows color (decimal): -4049281 or 8337090. OLE color: 8337090.
HSL color Cylindrical-coordinate representation of color #C2367F: hue angle of 328.71º 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 #C2367F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 127 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.24 |
| HSL | 328.71º | 0.56% | 0.49% | - |
| HSV(B) | 328.71º | 0.72% | 0.76% | - |
| XYZ | 27.4 | 15.64 | 21.65 | - |
| YUV | 104.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 127 | 0 | 0.72 | 0.35 | 0.24 | 328.71 | 0.56 | 0.49 |
| Hex | C2 | 36 | 7F | 0 | 48 | 23 | 18 | 149 | 38 | 31 |
| Octal | 302 | 66 | 177 | 0 | 110 | 43 | 30 | 511 | 70 | 61 |
| Binary | 11000010 | 110110 | 1111111 | 0 | 1001000 | 100011 | 11000 | 101001001 | 111000 | 110001 |
Color Harmonies of #C2367F
Complementary color
Monochromatic Colors of #C2367F
Black with #C2367F
Text Example
Text Example
White with #C2367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2367F; }
p { color: rgb(194,54,127); }
H1.HeaderClassName
{
color: #C2367F;
}
.AnyTagClassName
{
color: #C2367F;
}
</style>
background-color css
<style>
a { background-color: #C2367F; }
a { background-color: rgb(194,54,127); }
div.DivClassName
{
background-color: #C2367F;
}
.BgClassName
{
background-color: #C2367F;
}
</style>
border-color css
<style>
span { border-color: #C2367F; }
span { border-color: rgb(194,54,127); }
td.TdClassName
{
border-color: #C2367F;
}
.TagClassName
{
border-color: #C2367F;
}
</style>