Shades of Medium Red Violet #C23D8C
Tints of Medium Red Violet #C23D8C
RGB
CMYK
RGB Variations
Color information
#C23D8C (or 0xC23D8C) is known color: Medium Red Violet. HEX triplet: C2, 3D and 8C. RGB value is (194,61,140). Sum of RGB (Red+Green+Blue) = 194+61+140=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D8C is #3DC273. Grayscale: #6D6D6D. Windows color (decimal): -4047476 or 9190850. OLE color: 9190850.
HSL color Cylindrical-coordinate representation of color #C23D8C: hue angle of 324.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D8C is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 140 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.24 |
| HSL | 324.36º | 0.52% | 0.5% | - |
| HSV(B) | 324.36º | 0.69% | 0.76% | - |
| XYZ | 28.65 | 16.7 | 26.52 | - |
| YUV | 109.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 140 | 0 | 0.69 | 0.28 | 0.24 | 324.36 | 0.52 | 0.5 |
| Hex | C2 | 3D | 8C | 0 | 45 | 1C | 18 | 144 | 34 | 32 |
| Octal | 302 | 75 | 214 | 0 | 105 | 34 | 30 | 504 | 64 | 62 |
| Binary | 11000010 | 111101 | 10001100 | 0 | 1000101 | 11100 | 11000 | 101000100 | 110100 | 110010 |
Color Harmonies of #C23D8C
Complementary color
Monochromatic Colors of #C23D8C
Black with #C23D8C
Text Example
Text Example
White with #C23D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D8C; }
p { color: rgb(194,61,140); }
H1.HeaderClassName
{
color: #C23D8C;
}
.AnyTagClassName
{
color: #C23D8C;
}
</style>
background-color css
<style>
a { background-color: #C23D8C; }
a { background-color: rgb(194,61,140); }
div.DivClassName
{
background-color: #C23D8C;
}
.BgClassName
{
background-color: #C23D8C;
}
</style>
border-color css
<style>
span { border-color: #C23D8C; }
span { border-color: rgb(194,61,140); }
td.TdClassName
{
border-color: #C23D8C;
}
.TagClassName
{
border-color: #C23D8C;
}
</style>