Shades of Medium Red Violet #C23D7B
Tints of Medium Red Violet #C23D7B
RGB
CMYK
RGB Variations
Color information
#C23D7B (or 0xC23D7B) is known color: Medium Red Violet. HEX triplet: C2, 3D and 7B. RGB value is (194,61,123). Sum of RGB (Red+Green+Blue) = 194+61+123=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D7B is #3DC284. Grayscale: #6B6B6B. Windows color (decimal): -4047493 or 8076738. OLE color: 8076738.
HSL color Cylindrical-coordinate representation of color #C23D7B: hue angle of 332.03º 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 #C23D7B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 123 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.24 |
| HSL | 332.03º | 0.52% | 0.5% | - |
| HSV(B) | 332.03º | 0.69% | 0.76% | - |
| XYZ | 27.49 | 16.24 | 20.42 | - |
| YUV | 107.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 123 | 0 | 0.69 | 0.37 | 0.24 | 332.03 | 0.52 | 0.5 |
| Hex | C2 | 3D | 7B | 0 | 45 | 25 | 18 | 14C | 34 | 32 |
| Octal | 302 | 75 | 173 | 0 | 105 | 45 | 30 | 514 | 64 | 62 |
| Binary | 11000010 | 111101 | 1111011 | 0 | 1000101 | 100101 | 11000 | 101001100 | 110100 | 110010 |
Color Harmonies of #C23D7B
Complementary color
Monochromatic Colors of #C23D7B
Black with #C23D7B
Text Example
Text Example
White with #C23D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D7B; }
p { color: rgb(194,61,123); }
H1.HeaderClassName
{
color: #C23D7B;
}
.AnyTagClassName
{
color: #C23D7B;
}
</style>
background-color css
<style>
a { background-color: #C23D7B; }
a { background-color: rgb(194,61,123); }
div.DivClassName
{
background-color: #C23D7B;
}
.BgClassName
{
background-color: #C23D7B;
}
</style>
border-color css
<style>
span { border-color: #C23D7B; }
span { border-color: rgb(194,61,123); }
td.TdClassName
{
border-color: #C23D7B;
}
.TagClassName
{
border-color: #C23D7B;
}
</style>