Shades of Medium Red Violet #C23384
Tints of Medium Red Violet #C23384
RGB
CMYK
RGB Variations
Color information
#C23384 (or 0xC23384) is known color: Medium Red Violet. HEX triplet: C2, 33 and 84. RGB value is (194,51,132). Sum of RGB (Red+Green+Blue) = 194+51+132=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C23384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23384 is #3DCC7B. Grayscale: #666666. Windows color (decimal): -4050044 or 8664002. OLE color: 8664002.
HSL color Cylindrical-coordinate representation of color #C23384: hue angle of 326.01º 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 #C23384 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 132 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.24 |
| HSL | 326.01º | 0.58% | 0.48% | - |
| HSV(B) | 326.01º | 0.74% | 0.76% | - |
| XYZ | 27.6 | 15.5 | 23.37 | - |
| YUV | 102.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 132 | 0 | 0.74 | 0.32 | 0.24 | 326.01 | 0.58 | 0.48 |
| Hex | C2 | 33 | 84 | 0 | 4A | 20 | 18 | 146 | 3A | 30 |
| Octal | 302 | 63 | 204 | 0 | 112 | 40 | 30 | 506 | 72 | 60 |
| Binary | 11000010 | 110011 | 10000100 | 0 | 1001010 | 100000 | 11000 | 101000110 | 111010 | 110000 |
Color Harmonies of #C23384
Complementary color
Monochromatic Colors of #C23384
Black with #C23384
Text Example
Text Example
White with #C23384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23384; }
p { color: rgb(194,51,132); }
H1.HeaderClassName
{
color: #C23384;
}
.AnyTagClassName
{
color: #C23384;
}
</style>
background-color css
<style>
a { background-color: #C23384; }
a { background-color: rgb(194,51,132); }
div.DivClassName
{
background-color: #C23384;
}
.BgClassName
{
background-color: #C23384;
}
</style>
border-color css
<style>
span { border-color: #C23384; }
span { border-color: rgb(194,51,132); }
td.TdClassName
{
border-color: #C23384;
}
.TagClassName
{
border-color: #C23384;
}
</style>