Shades of Medium Red Violet #C23883
Tints of Medium Red Violet #C23883
RGB
CMYK
RGB Variations
Color information
#C23883 (or 0xC23883) is known color: Medium Red Violet. HEX triplet: C2, 38 and 83. RGB value is (194,56,131). Sum of RGB (Red+Green+Blue) = 194+56+131=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C23883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23883 is #3DC77C. Grayscale: #696969. Windows color (decimal): -4048765 or 8599746. OLE color: 8599746.
HSL color Cylindrical-coordinate representation of color #C23883: hue angle of 327.39º 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 #C23883 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 131 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.24 |
| HSL | 327.39º | 0.55% | 0.49% | - |
| HSV(B) | 327.39º | 0.71% | 0.76% | - |
| XYZ | 27.76 | 15.94 | 23.09 | - |
| YUV | 105.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 131 | 0 | 0.71 | 0.32 | 0.24 | 327.39 | 0.55 | 0.49 |
| Hex | C2 | 38 | 83 | 0 | 47 | 20 | 18 | 147 | 37 | 31 |
| Octal | 302 | 70 | 203 | 0 | 107 | 40 | 30 | 507 | 67 | 61 |
| Binary | 11000010 | 111000 | 10000011 | 0 | 1000111 | 100000 | 11000 | 101000111 | 110111 | 110001 |
Color Harmonies of #C23883
Complementary color
Monochromatic Colors of #C23883
Black with #C23883
Text Example
Text Example
White with #C23883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23883; }
p { color: rgb(194,56,131); }
H1.HeaderClassName
{
color: #C23883;
}
.AnyTagClassName
{
color: #C23883;
}
</style>
background-color css
<style>
a { background-color: #C23883; }
a { background-color: rgb(194,56,131); }
div.DivClassName
{
background-color: #C23883;
}
.BgClassName
{
background-color: #C23883;
}
</style>
border-color css
<style>
span { border-color: #C23883; }
span { border-color: rgb(194,56,131); }
td.TdClassName
{
border-color: #C23883;
}
.TagClassName
{
border-color: #C23883;
}
</style>