Shades of Medium Violet Red #C923A3
Tints of Medium Violet Red #C923A3
RGB
CMYK
RGB Variations
Color information
#C923A3 (or 0xC923A3) is known color: Medium Violet Red. HEX triplet: C9, 23 and A3. RGB value is (201,35,163). Sum of RGB (Red+Green+Blue) = 201+35+163=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C923A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C923A3 is #36DC5C. Grayscale: #626262. Windows color (decimal): -3595357 or 10691529. OLE color: 10691529.
HSL color Cylindrical-coordinate representation of color #C923A3: hue angle of 313.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923A3 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 163 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.21 |
| HSL | 313.73º | 0.7% | 0.46% | - |
| HSV(B) | 313.73º | 0.83% | 0.79% | - |
| XYZ | 31.3 | 16.26 | 36.14 | - |
| YUV | 99.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 163 | 0 | 0.83 | 0.19 | 0.21 | 313.73 | 0.7 | 0.46 |
| Hex | C9 | 23 | A3 | 0 | 53 | 13 | 15 | 13A | 46 | 2E |
| Octal | 311 | 43 | 243 | 0 | 123 | 23 | 25 | 472 | 106 | 56 |
| Binary | 11001001 | 100011 | 10100011 | 0 | 1010011 | 10011 | 10101 | 100111010 | 1000110 | 101110 |
Color Harmonies of #C923A3
Complementary color
Monochromatic Colors of #C923A3
Black with #C923A3
Text Example
Text Example
White with #C923A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923A3; }
p { color: rgb(201,35,163); }
H1.HeaderClassName
{
color: #C923A3;
}
.AnyTagClassName
{
color: #C923A3;
}
</style>
background-color css
<style>
a { background-color: #C923A3; }
a { background-color: rgb(201,35,163); }
div.DivClassName
{
background-color: #C923A3;
}
.BgClassName
{
background-color: #C923A3;
}
</style>
border-color css
<style>
span { border-color: #C923A3; }
span { border-color: rgb(201,35,163); }
td.TdClassName
{
border-color: #C923A3;
}
.TagClassName
{
border-color: #C923A3;
}
</style>