Shades of Medium Red Violet #C23272
Tints of Medium Red Violet #C23272
RGB
CMYK
RGB Variations
Color information
#C23272 (or 0xC23272) is known color: Medium Red Violet. HEX triplet: C2, 32 and 72. RGB value is (194,50,114). Sum of RGB (Red+Green+Blue) = 194+50+114=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23272 is #3DCD8D. Grayscale: #646464. Windows color (decimal): -4050318 or 7484098. OLE color: 7484098.
HSL color Cylindrical-coordinate representation of color #C23272: hue angle of 333.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23272 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 114 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.24 |
| HSL | 333.33º | 0.59% | 0.48% | - |
| HSV(B) | 333.33º | 0.74% | 0.76% | - |
| XYZ | 26.43 | 14.97 | 17.42 | - |
| YUV | 100.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 114 | 0 | 0.74 | 0.41 | 0.24 | 333.33 | 0.59 | 0.48 |
| Hex | C2 | 32 | 72 | 0 | 4A | 29 | 18 | 14D | 3B | 30 |
| Octal | 302 | 62 | 162 | 0 | 112 | 51 | 30 | 515 | 73 | 60 |
| Binary | 11000010 | 110010 | 1110010 | 0 | 1001010 | 101001 | 11000 | 101001101 | 111011 | 110000 |
Color Harmonies of #C23272
Complementary color
Monochromatic Colors of #C23272
Black with #C23272
Text Example
Text Example
White with #C23272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23272; }
p { color: rgb(194,50,114); }
H1.HeaderClassName
{
color: #C23272;
}
.AnyTagClassName
{
color: #C23272;
}
</style>
background-color css
<style>
a { background-color: #C23272; }
a { background-color: rgb(194,50,114); }
div.DivClassName
{
background-color: #C23272;
}
.BgClassName
{
background-color: #C23272;
}
</style>
border-color css
<style>
span { border-color: #C23272; }
span { border-color: rgb(194,50,114); }
td.TdClassName
{
border-color: #C23272;
}
.TagClassName
{
border-color: #C23272;
}
</style>