Shades of Medium Red Violet #C2258B
Tints of Medium Red Violet #C2258B
RGB
CMYK
RGB Variations
Color information
#C2258B (or 0xC2258B) is known color: Medium Red Violet. HEX triplet: C2, 25 and 8B. RGB value is (194,37,139). Sum of RGB (Red+Green+Blue) = 194+37+139=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2258B is #3DDA74. Grayscale: #5F5F5F. Windows color (decimal): -4053621 or 9119170. OLE color: 9119170.
HSL color Cylindrical-coordinate representation of color #C2258B: hue angle of 321.02º 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 #C2258B is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 139 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.24 |
| HSL | 321.02º | 0.68% | 0.45% | - |
| HSV(B) | 321.02º | 0.81% | 0.76% | - |
| XYZ | 27.57 | 14.66 | 25.8 | - |
| YUV | 95.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 139 | 0 | 0.81 | 0.28 | 0.24 | 321.02 | 0.68 | 0.45 |
| Hex | C2 | 25 | 8B | 0 | 51 | 1C | 18 | 141 | 44 | 2D |
| Octal | 302 | 45 | 213 | 0 | 121 | 34 | 30 | 501 | 104 | 55 |
| Binary | 11000010 | 100101 | 10001011 | 0 | 1010001 | 11100 | 11000 | 101000001 | 1000100 | 101101 |
Color Harmonies of #C2258B
Complementary color
Monochromatic Colors of #C2258B
Black with #C2258B
Text Example
Text Example
White with #C2258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2258B; }
p { color: rgb(194,37,139); }
H1.HeaderClassName
{
color: #C2258B;
}
.AnyTagClassName
{
color: #C2258B;
}
</style>
background-color css
<style>
a { background-color: #C2258B; }
a { background-color: rgb(194,37,139); }
div.DivClassName
{
background-color: #C2258B;
}
.BgClassName
{
background-color: #C2258B;
}
</style>
border-color css
<style>
span { border-color: #C2258B; }
span { border-color: rgb(194,37,139); }
td.TdClassName
{
border-color: #C2258B;
}
.TagClassName
{
border-color: #C2258B;
}
</style>