Shades of Medium Red Violet #C23D7D
Tints of Medium Red Violet #C23D7D
RGB
CMYK
RGB Variations
Color information
#C23D7D (or 0xC23D7D) is known color: Medium Red Violet. HEX triplet: C2, 3D and 7D. RGB value is (194,61,125). Sum of RGB (Red+Green+Blue) = 194+61+125=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D7D is #3DC282. Grayscale: #6B6B6B. Windows color (decimal): -4047491 or 8207810. OLE color: 8207810.
HSL color Cylindrical-coordinate representation of color #C23D7D: hue angle of 331.13º 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 #C23D7D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 125 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.24 |
| HSL | 331.13º | 0.52% | 0.5% | - |
| HSV(B) | 331.13º | 0.69% | 0.76% | - |
| XYZ | 27.62 | 16.29 | 21.09 | - |
| YUV | 108.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 125 | 0 | 0.69 | 0.36 | 0.24 | 331.13 | 0.52 | 0.5 |
| Hex | C2 | 3D | 7D | 0 | 45 | 24 | 18 | 14B | 34 | 32 |
| Octal | 302 | 75 | 175 | 0 | 105 | 44 | 30 | 513 | 64 | 62 |
| Binary | 11000010 | 111101 | 1111101 | 0 | 1000101 | 100100 | 11000 | 101001011 | 110100 | 110010 |
Color Harmonies of #C23D7D
Complementary color
Monochromatic Colors of #C23D7D
Black with #C23D7D
Text Example
Text Example
White with #C23D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D7D; }
p { color: rgb(194,61,125); }
H1.HeaderClassName
{
color: #C23D7D;
}
.AnyTagClassName
{
color: #C23D7D;
}
</style>
background-color css
<style>
a { background-color: #C23D7D; }
a { background-color: rgb(194,61,125); }
div.DivClassName
{
background-color: #C23D7D;
}
.BgClassName
{
background-color: #C23D7D;
}
</style>
border-color css
<style>
span { border-color: #C23D7D; }
span { border-color: rgb(194,61,125); }
td.TdClassName
{
border-color: #C23D7D;
}
.TagClassName
{
border-color: #C23D7D;
}
</style>