Shades of Medium Red Violet #C2399C
Tints of Medium Red Violet #C2399C
RGB
CMYK
RGB Variations
Color information
#C2399C (or 0xC2399C) is known color: Medium Red Violet. HEX triplet: C2, 39 and 9C. RGB value is (194,57,156). Sum of RGB (Red+Green+Blue) = 194+57+156=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2399C is #3DC663. Grayscale: #6C6C6C. Windows color (decimal): -4048484 or 10238402. OLE color: 10238402.
HSL color Cylindrical-coordinate representation of color #C2399C: hue angle of 316.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2399C is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 156 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.24 |
| HSL | 316.64º | 0.55% | 0.49% | - |
| HSV(B) | 316.64º | 0.71% | 0.76% | - |
| XYZ | 29.71 | 16.8 | 33.13 | - |
| YUV | 109.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 156 | 0 | 0.71 | 0.20 | 0.24 | 316.64 | 0.55 | 0.49 |
| Hex | C2 | 39 | 9C | 0 | 47 | 14 | 18 | 13D | 37 | 31 |
| Octal | 302 | 71 | 234 | 0 | 107 | 24 | 30 | 475 | 67 | 61 |
| Binary | 11000010 | 111001 | 10011100 | 0 | 1000111 | 10100 | 11000 | 100111101 | 110111 | 110001 |
Color Harmonies of #C2399C
Complementary color
Monochromatic Colors of #C2399C
Black with #C2399C
Text Example
Text Example
White with #C2399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2399C; }
p { color: rgb(194,57,156); }
H1.HeaderClassName
{
color: #C2399C;
}
.AnyTagClassName
{
color: #C2399C;
}
</style>
background-color css
<style>
a { background-color: #C2399C; }
a { background-color: rgb(194,57,156); }
div.DivClassName
{
background-color: #C2399C;
}
.BgClassName
{
background-color: #C2399C;
}
</style>
border-color css
<style>
span { border-color: #C2399C; }
span { border-color: rgb(194,57,156); }
td.TdClassName
{
border-color: #C2399C;
}
.TagClassName
{
border-color: #C2399C;
}
</style>