Shades of Medium Red Violet #C2357B
Tints of Medium Red Violet #C2357B
RGB
CMYK
RGB Variations
Color information
#C2357B (or 0xC2357B) is known color: Medium Red Violet. HEX triplet: C2, 35 and 7B. RGB value is (194,53,123). Sum of RGB (Red+Green+Blue) = 194+53+123=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2357B is #3DCA84. Grayscale: #676767. Windows color (decimal): -4049541 or 8074690. OLE color: 8074690.
HSL color Cylindrical-coordinate representation of color #C2357B: hue angle of 330.21º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2357B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 123 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.24 |
| HSL | 330.21º | 0.57% | 0.48% | - |
| HSV(B) | 330.21º | 0.73% | 0.76% | - |
| XYZ | 27.1 | 15.45 | 20.29 | - |
| YUV | 103.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 123 | 0 | 0.73 | 0.37 | 0.24 | 330.21 | 0.57 | 0.48 |
| Hex | C2 | 35 | 7B | 0 | 49 | 25 | 18 | 14A | 39 | 30 |
| Octal | 302 | 65 | 173 | 0 | 111 | 45 | 30 | 512 | 71 | 60 |
| Binary | 11000010 | 110101 | 1111011 | 0 | 1001001 | 100101 | 11000 | 101001010 | 111001 | 110000 |
Color Harmonies of #C2357B
Complementary color
Monochromatic Colors of #C2357B
Black with #C2357B
Text Example
Text Example
White with #C2357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2357B; }
p { color: rgb(194,53,123); }
H1.HeaderClassName
{
color: #C2357B;
}
.AnyTagClassName
{
color: #C2357B;
}
</style>
background-color css
<style>
a { background-color: #C2357B; }
a { background-color: rgb(194,53,123); }
div.DivClassName
{
background-color: #C2357B;
}
.BgClassName
{
background-color: #C2357B;
}
</style>
border-color css
<style>
span { border-color: #C2357B; }
span { border-color: rgb(194,53,123); }
td.TdClassName
{
border-color: #C2357B;
}
.TagClassName
{
border-color: #C2357B;
}
</style>