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