Shades of Medium Red Violet #C23398
Tints of Medium Red Violet #C23398
RGB
CMYK
RGB Variations
Color information
#C23398 (or 0xC23398) is known color: Medium Red Violet. HEX triplet: C2, 33 and 98. RGB value is (194,51,152). Sum of RGB (Red+Green+Blue) = 194+51+152=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23398 is #3DCC67. Grayscale: #696969. Windows color (decimal): -4050024 or 9974722. OLE color: 9974722.
HSL color Cylindrical-coordinate representation of color #C23398: hue angle of 317.62º degrees, saturation: 0.58, 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 #C23398 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 152 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.24 |
| HSL | 317.62º | 0.58% | 0.48% | - |
| HSV(B) | 317.62º | 0.74% | 0.76% | - |
| XYZ | 29.1 | 16.1 | 31.28 | - |
| YUV | 105.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 152 | 0 | 0.74 | 0.22 | 0.24 | 317.62 | 0.58 | 0.48 |
| Hex | C2 | 33 | 98 | 0 | 4A | 16 | 18 | 13E | 3A | 30 |
| Octal | 302 | 63 | 230 | 0 | 112 | 26 | 30 | 476 | 72 | 60 |
| Binary | 11000010 | 110011 | 10011000 | 0 | 1001010 | 10110 | 11000 | 100111110 | 111010 | 110000 |
Color Harmonies of #C23398
Complementary color
Monochromatic Colors of #C23398
Black with #C23398
Text Example
Text Example
White with #C23398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23398; }
p { color: rgb(194,51,152); }
H1.HeaderClassName
{
color: #C23398;
}
.AnyTagClassName
{
color: #C23398;
}
</style>
background-color css
<style>
a { background-color: #C23398; }
a { background-color: rgb(194,51,152); }
div.DivClassName
{
background-color: #C23398;
}
.BgClassName
{
background-color: #C23398;
}
</style>
border-color css
<style>
span { border-color: #C23398; }
span { border-color: rgb(194,51,152); }
td.TdClassName
{
border-color: #C23398;
}
.TagClassName
{
border-color: #C23398;
}
</style>