Shades of Medium Red Violet #C23898
Tints of Medium Red Violet #C23898
RGB
CMYK
RGB Variations
Color information
#C23898 (or 0xC23898) is known color: Medium Red Violet. HEX triplet: C2, 38 and 98. RGB value is (194,56,152). Sum of RGB (Red+Green+Blue) = 194+56+152=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C23898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23898 is #3DC767. Grayscale: #6B6B6B. Windows color (decimal): -4048744 or 9976002. OLE color: 9976002.
HSL color Cylindrical-coordinate representation of color #C23898: hue angle of 318.26º 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 #C23898 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 152 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.24 |
| HSL | 318.26º | 0.55% | 0.49% | - |
| HSV(B) | 318.26º | 0.71% | 0.76% | - |
| XYZ | 29.33 | 16.56 | 31.36 | - |
| YUV | 108.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 152 | 0 | 0.71 | 0.22 | 0.24 | 318.26 | 0.55 | 0.49 |
| Hex | C2 | 38 | 98 | 0 | 47 | 16 | 18 | 13E | 37 | 31 |
| Octal | 302 | 70 | 230 | 0 | 107 | 26 | 30 | 476 | 67 | 61 |
| Binary | 11000010 | 111000 | 10011000 | 0 | 1000111 | 10110 | 11000 | 100111110 | 110111 | 110001 |
Color Harmonies of #C23898
Complementary color
Monochromatic Colors of #C23898
Black with #C23898
Text Example
Text Example
White with #C23898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23898; }
p { color: rgb(194,56,152); }
H1.HeaderClassName
{
color: #C23898;
}
.AnyTagClassName
{
color: #C23898;
}
</style>
background-color css
<style>
a { background-color: #C23898; }
a { background-color: rgb(194,56,152); }
div.DivClassName
{
background-color: #C23898;
}
.BgClassName
{
background-color: #C23898;
}
</style>
border-color css
<style>
span { border-color: #C23898; }
span { border-color: rgb(194,56,152); }
td.TdClassName
{
border-color: #C23898;
}
.TagClassName
{
border-color: #C23898;
}
</style>