Shades of Medium Red Violet #C23375
Tints of Medium Red Violet #C23375
RGB
CMYK
RGB Variations
Color information
#C23375 (or 0xC23375) is known color: Medium Red Violet. HEX triplet: C2, 33 and 75. RGB value is (194,51,117). Sum of RGB (Red+Green+Blue) = 194+51+117=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23375 is #3DCC8A. Grayscale: #656565. Windows color (decimal): -4050059 or 7680962. OLE color: 7680962.
HSL color Cylindrical-coordinate representation of color #C23375: hue angle of 332.31º degrees, saturation: 0.58, 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 #C23375 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 117 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.24 |
| HSL | 332.31º | 0.58% | 0.48% | - |
| HSV(B) | 332.31º | 0.74% | 0.76% | - |
| XYZ | 26.64 | 15.12 | 18.34 | - |
| YUV | 101.28 | 136.88 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 117 | 0 | 0.74 | 0.40 | 0.24 | 332.31 | 0.58 | 0.48 |
| Hex | C2 | 33 | 75 | 0 | 4A | 28 | 18 | 14C | 3A | 30 |
| Octal | 302 | 63 | 165 | 0 | 112 | 50 | 30 | 514 | 72 | 60 |
| Binary | 11000010 | 110011 | 1110101 | 0 | 1001010 | 101000 | 11000 | 101001100 | 111010 | 110000 |
Color Harmonies of #C23375
Complementary color
Monochromatic Colors of #C23375
Black with #C23375
Text Example
Text Example
White with #C23375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23375; }
p { color: rgb(194,51,117); }
H1.HeaderClassName
{
color: #C23375;
}
.AnyTagClassName
{
color: #C23375;
}
</style>
background-color css
<style>
a { background-color: #C23375; }
a { background-color: rgb(194,51,117); }
div.DivClassName
{
background-color: #C23375;
}
.BgClassName
{
background-color: #C23375;
}
</style>
border-color css
<style>
span { border-color: #C23375; }
span { border-color: rgb(194,51,117); }
td.TdClassName
{
border-color: #C23375;
}
.TagClassName
{
border-color: #C23375;
}
</style>