Shades of Medium Red Violet #C2257D
Tints of Medium Red Violet #C2257D
RGB
CMYK
RGB Variations
Color information
#C2257D (or 0xC2257D) is known color: Medium Red Violet. HEX triplet: C2, 25 and 7D. RGB value is (194,37,125). Sum of RGB (Red+Green+Blue) = 194+37+125=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2257D is #3DDA82. Grayscale: #5D5D5D. Windows color (decimal): -4053635 or 8201666. OLE color: 8201666.
HSL color Cylindrical-coordinate representation of color #C2257D: hue angle of 326.37º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2257D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 125 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.24 |
| HSL | 326.37º | 0.68% | 0.45% | - |
| HSV(B) | 326.37º | 0.81% | 0.76% | - |
| XYZ | 26.61 | 14.27 | 20.75 | - |
| YUV | 93.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 125 | 0 | 0.81 | 0.36 | 0.24 | 326.37 | 0.68 | 0.45 |
| Hex | C2 | 25 | 7D | 0 | 51 | 24 | 18 | 146 | 44 | 2D |
| Octal | 302 | 45 | 175 | 0 | 121 | 44 | 30 | 506 | 104 | 55 |
| Binary | 11000010 | 100101 | 1111101 | 0 | 1010001 | 100100 | 11000 | 101000110 | 1000100 | 101101 |
Color Harmonies of #C2257D
Complementary color
Monochromatic Colors of #C2257D
Black with #C2257D
Text Example
Text Example
White with #C2257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2257D; }
p { color: rgb(194,37,125); }
H1.HeaderClassName
{
color: #C2257D;
}
.AnyTagClassName
{
color: #C2257D;
}
</style>
background-color css
<style>
a { background-color: #C2257D; }
a { background-color: rgb(194,37,125); }
div.DivClassName
{
background-color: #C2257D;
}
.BgClassName
{
background-color: #C2257D;
}
</style>
border-color css
<style>
span { border-color: #C2257D; }
span { border-color: rgb(194,37,125); }
td.TdClassName
{
border-color: #C2257D;
}
.TagClassName
{
border-color: #C2257D;
}
</style>