Shades of Medium Red Violet #C23284
Tints of Medium Red Violet #C23284
RGB
CMYK
RGB Variations
Color information
#C23284 (or 0xC23284) is known color: Medium Red Violet. HEX triplet: C2, 32 and 84. RGB value is (194,50,132). Sum of RGB (Red+Green+Blue) = 194+50+132=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23284 is #3DCD7B. Grayscale: #666666. Windows color (decimal): -4050300 or 8663746. OLE color: 8663746.
HSL color Cylindrical-coordinate representation of color #C23284: hue angle of 325.83º degrees, saturation: 0.59, 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 #C23284 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 132 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.24 |
| HSL | 325.83º | 0.59% | 0.48% | - |
| HSV(B) | 325.83º | 0.74% | 0.76% | - |
| XYZ | 27.55 | 15.42 | 23.35 | - |
| YUV | 102.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 132 | 0 | 0.74 | 0.32 | 0.24 | 325.83 | 0.59 | 0.48 |
| Hex | C2 | 32 | 84 | 0 | 4A | 20 | 18 | 146 | 3B | 30 |
| Octal | 302 | 62 | 204 | 0 | 112 | 40 | 30 | 506 | 73 | 60 |
| Binary | 11000010 | 110010 | 10000100 | 0 | 1001010 | 100000 | 11000 | 101000110 | 111011 | 110000 |
Color Harmonies of #C23284
Complementary color
Monochromatic Colors of #C23284
Black with #C23284
Text Example
Text Example
White with #C23284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23284; }
p { color: rgb(194,50,132); }
H1.HeaderClassName
{
color: #C23284;
}
.AnyTagClassName
{
color: #C23284;
}
</style>
background-color css
<style>
a { background-color: #C23284; }
a { background-color: rgb(194,50,132); }
div.DivClassName
{
background-color: #C23284;
}
.BgClassName
{
background-color: #C23284;
}
</style>
border-color css
<style>
span { border-color: #C23284; }
span { border-color: rgb(194,50,132); }
td.TdClassName
{
border-color: #C23284;
}
.TagClassName
{
border-color: #C23284;
}
</style>