Shades of Medium Red Violet #C23990
Tints of Medium Red Violet #C23990
RGB
CMYK
RGB Variations
Color information
#C23990 (or 0xC23990) is known color: Medium Red Violet. HEX triplet: C2, 39 and 90. RGB value is (194,57,144). Sum of RGB (Red+Green+Blue) = 194+57+144=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23990 is #3DC66F. Grayscale: #6B6B6B. Windows color (decimal): -4048496 or 9451970. OLE color: 9451970.
HSL color Cylindrical-coordinate representation of color #C23990: hue angle of 321.9º 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 #C23990 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 144 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.24 |
| HSL | 321.9º | 0.55% | 0.49% | - |
| HSV(B) | 321.9º | 0.71% | 0.76% | - |
| XYZ | 28.75 | 16.41 | 28.04 | - |
| YUV | 107.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 144 | 0 | 0.71 | 0.26 | 0.24 | 321.9 | 0.55 | 0.49 |
| Hex | C2 | 39 | 90 | 0 | 47 | 1A | 18 | 142 | 37 | 31 |
| Octal | 302 | 71 | 220 | 0 | 107 | 32 | 30 | 502 | 67 | 61 |
| Binary | 11000010 | 111001 | 10010000 | 0 | 1000111 | 11010 | 11000 | 101000010 | 110111 | 110001 |
Color Harmonies of #C23990
Complementary color
Monochromatic Colors of #C23990
Black with #C23990
Text Example
Text Example
White with #C23990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23990; }
p { color: rgb(194,57,144); }
H1.HeaderClassName
{
color: #C23990;
}
.AnyTagClassName
{
color: #C23990;
}
</style>
background-color css
<style>
a { background-color: #C23990; }
a { background-color: rgb(194,57,144); }
div.DivClassName
{
background-color: #C23990;
}
.BgClassName
{
background-color: #C23990;
}
</style>
border-color css
<style>
span { border-color: #C23990; }
span { border-color: rgb(194,57,144); }
td.TdClassName
{
border-color: #C23990;
}
.TagClassName
{
border-color: #C23990;
}
</style>