Shades of Medium Red Violet #C23294
Tints of Medium Red Violet #C23294
RGB
CMYK
RGB Variations
Color information
#C23294 (or 0xC23294) is known color: Medium Red Violet. HEX triplet: C2, 32 and 94. RGB value is (194,50,148). Sum of RGB (Red+Green+Blue) = 194+50+148=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23294 is #3DCD6B. Grayscale: #676767. Windows color (decimal): -4050284 or 9712322. OLE color: 9712322.
HSL color Cylindrical-coordinate representation of color #C23294: hue angle of 319.17º 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 #C23294 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 148 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.24 |
| HSL | 319.17º | 0.59% | 0.48% | - |
| HSV(B) | 319.17º | 0.74% | 0.76% | - |
| XYZ | 28.73 | 15.89 | 29.57 | - |
| YUV | 104.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 148 | 0 | 0.74 | 0.24 | 0.24 | 319.17 | 0.59 | 0.48 |
| Hex | C2 | 32 | 94 | 0 | 4A | 18 | 18 | 13F | 3B | 30 |
| Octal | 302 | 62 | 224 | 0 | 112 | 30 | 30 | 477 | 73 | 60 |
| Binary | 11000010 | 110010 | 10010100 | 0 | 1001010 | 11000 | 11000 | 100111111 | 111011 | 110000 |
Color Harmonies of #C23294
Complementary color
Monochromatic Colors of #C23294
Black with #C23294
Text Example
Text Example
White with #C23294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23294; }
p { color: rgb(194,50,148); }
H1.HeaderClassName
{
color: #C23294;
}
.AnyTagClassName
{
color: #C23294;
}
</style>
background-color css
<style>
a { background-color: #C23294; }
a { background-color: rgb(194,50,148); }
div.DivClassName
{
background-color: #C23294;
}
.BgClassName
{
background-color: #C23294;
}
</style>
border-color css
<style>
span { border-color: #C23294; }
span { border-color: rgb(194,50,148); }
td.TdClassName
{
border-color: #C23294;
}
.TagClassName
{
border-color: #C23294;
}
</style>