Shades of Medium Red Violet #C23D7E
Tints of Medium Red Violet #C23D7E
RGB
CMYK
RGB Variations
Color information
#C23D7E (or 0xC23D7E) is known color: Medium Red Violet. HEX triplet: C2, 3D and 7E. RGB value is (194,61,126). Sum of RGB (Red+Green+Blue) = 194+61+126=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D7E is #3DC281. Grayscale: #6C6C6C. Windows color (decimal): -4047490 or 8273346. OLE color: 8273346.
HSL color Cylindrical-coordinate representation of color #C23D7E: hue angle of 330.68º 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 #C23D7E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.24 |
| HSL | 330.68º | 0.52% | 0.5% | - |
| HSV(B) | 330.68º | 0.69% | 0.76% | - |
| XYZ | 27.68 | 16.31 | 21.43 | - |
| YUV | 108.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 126 | 0 | 0.69 | 0.35 | 0.24 | 330.68 | 0.52 | 0.5 |
| Hex | C2 | 3D | 7E | 0 | 45 | 23 | 18 | 14B | 34 | 32 |
| Octal | 302 | 75 | 176 | 0 | 105 | 43 | 30 | 513 | 64 | 62 |
| Binary | 11000010 | 111101 | 1111110 | 0 | 1000101 | 100011 | 11000 | 101001011 | 110100 | 110010 |
Color Harmonies of #C23D7E
Complementary color
Monochromatic Colors of #C23D7E
Black with #C23D7E
Text Example
Text Example
White with #C23D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D7E; }
p { color: rgb(194,61,126); }
H1.HeaderClassName
{
color: #C23D7E;
}
.AnyTagClassName
{
color: #C23D7E;
}
</style>
background-color css
<style>
a { background-color: #C23D7E; }
a { background-color: rgb(194,61,126); }
div.DivClassName
{
background-color: #C23D7E;
}
.BgClassName
{
background-color: #C23D7E;
}
</style>
border-color css
<style>
span { border-color: #C23D7E; }
span { border-color: rgb(194,61,126); }
td.TdClassName
{
border-color: #C23D7E;
}
.TagClassName
{
border-color: #C23D7E;
}
</style>