Shades of Medium Red Violet #C23D89
Tints of Medium Red Violet #C23D89
RGB
CMYK
RGB Variations
Color information
#C23D89 (or 0xC23D89) is known color: Medium Red Violet. HEX triplet: C2, 3D and 89. RGB value is (194,61,137). Sum of RGB (Red+Green+Blue) = 194+61+137=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D89 is #3DC276. Grayscale: #6D6D6D. Windows color (decimal): -4047479 or 8994242. OLE color: 8994242.
HSL color Cylindrical-coordinate representation of color #C23D89: hue angle of 325.71º 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 #C23D89 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 137 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.24 |
| HSL | 325.71º | 0.52% | 0.5% | - |
| HSV(B) | 325.71º | 0.69% | 0.76% | - |
| XYZ | 28.43 | 16.61 | 25.37 | - |
| YUV | 109.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 137 | 0 | 0.69 | 0.29 | 0.24 | 325.71 | 0.52 | 0.5 |
| Hex | C2 | 3D | 89 | 0 | 45 | 1D | 18 | 146 | 34 | 32 |
| Octal | 302 | 75 | 211 | 0 | 105 | 35 | 30 | 506 | 64 | 62 |
| Binary | 11000010 | 111101 | 10001001 | 0 | 1000101 | 11101 | 11000 | 101000110 | 110100 | 110010 |
Color Harmonies of #C23D89
Complementary color
Monochromatic Colors of #C23D89
Black with #C23D89
Text Example
Text Example
White with #C23D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D89; }
p { color: rgb(194,61,137); }
H1.HeaderClassName
{
color: #C23D89;
}
.AnyTagClassName
{
color: #C23D89;
}
</style>
background-color css
<style>
a { background-color: #C23D89; }
a { background-color: rgb(194,61,137); }
div.DivClassName
{
background-color: #C23D89;
}
.BgClassName
{
background-color: #C23D89;
}
</style>
border-color css
<style>
span { border-color: #C23D89; }
span { border-color: rgb(194,61,137); }
td.TdClassName
{
border-color: #C23D89;
}
.TagClassName
{
border-color: #C23D89;
}
</style>