Shades of Medium Red Violet #C2328F
Tints of Medium Red Violet #C2328F
RGB
CMYK
RGB Variations
Color information
#C2328F (or 0xC2328F) is known color: Medium Red Violet. HEX triplet: C2, 32 and 8F. RGB value is (194,50,143). Sum of RGB (Red+Green+Blue) = 194+50+143=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2328F is #3DCD70. Grayscale: #676767. Windows color (decimal): -4050289 or 9384642. OLE color: 9384642.
HSL color Cylindrical-coordinate representation of color #C2328F: hue angle of 321.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2328F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 143 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.24 |
| HSL | 321.25º | 0.59% | 0.48% | - |
| HSV(B) | 321.25º | 0.74% | 0.76% | - |
| XYZ | 28.35 | 15.73 | 27.53 | - |
| YUV | 103.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 143 | 0 | 0.74 | 0.26 | 0.24 | 321.25 | 0.59 | 0.48 |
| Hex | C2 | 32 | 8F | 0 | 4A | 1A | 18 | 141 | 3B | 30 |
| Octal | 302 | 62 | 217 | 0 | 112 | 32 | 30 | 501 | 73 | 60 |
| Binary | 11000010 | 110010 | 10001111 | 0 | 1001010 | 11010 | 11000 | 101000001 | 111011 | 110000 |
Color Harmonies of #C2328F
Complementary color
Monochromatic Colors of #C2328F
Black with #C2328F
Text Example
Text Example
White with #C2328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2328F; }
p { color: rgb(194,50,143); }
H1.HeaderClassName
{
color: #C2328F;
}
.AnyTagClassName
{
color: #C2328F;
}
</style>
background-color css
<style>
a { background-color: #C2328F; }
a { background-color: rgb(194,50,143); }
div.DivClassName
{
background-color: #C2328F;
}
.BgClassName
{
background-color: #C2328F;
}
</style>
border-color css
<style>
span { border-color: #C2328F; }
span { border-color: rgb(194,50,143); }
td.TdClassName
{
border-color: #C2328F;
}
.TagClassName
{
border-color: #C2328F;
}
</style>