Shades of Medium Violet Red #C923A4
Tints of Medium Violet Red #C923A4
RGB
CMYK
RGB Variations
Color information
#C923A4 (or 0xC923A4) is known color: Medium Violet Red. HEX triplet: C9, 23 and A4. RGB value is (201,35,164). Sum of RGB (Red+Green+Blue) = 201+35+164=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C923A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C923A4 is #36DC5B. Grayscale: #626262. Windows color (decimal): -3595356 or 10757065. OLE color: 10757065.
HSL color Cylindrical-coordinate representation of color #C923A4: hue angle of 313.37º 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 #C923A4 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 164 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.21 |
| HSL | 313.37º | 0.7% | 0.46% | - |
| HSV(B) | 313.37º | 0.83% | 0.79% | - |
| XYZ | 31.39 | 16.3 | 36.61 | - |
| YUV | 99.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 164 | 0 | 0.83 | 0.18 | 0.21 | 313.37 | 0.7 | 0.46 |
| Hex | C9 | 23 | A4 | 0 | 53 | 12 | 15 | 139 | 46 | 2E |
| Octal | 311 | 43 | 244 | 0 | 123 | 22 | 25 | 471 | 106 | 56 |
| Binary | 11001001 | 100011 | 10100100 | 0 | 1010011 | 10010 | 10101 | 100111001 | 1000110 | 101110 |
Color Harmonies of #C923A4
Complementary color
Monochromatic Colors of #C923A4
Black with #C923A4
Text Example
Text Example
White with #C923A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923A4; }
p { color: rgb(201,35,164); }
H1.HeaderClassName
{
color: #C923A4;
}
.AnyTagClassName
{
color: #C923A4;
}
</style>
background-color css
<style>
a { background-color: #C923A4; }
a { background-color: rgb(201,35,164); }
div.DivClassName
{
background-color: #C923A4;
}
.BgClassName
{
background-color: #C923A4;
}
</style>
border-color css
<style>
span { border-color: #C923A4; }
span { border-color: rgb(201,35,164); }
td.TdClassName
{
border-color: #C923A4;
}
.TagClassName
{
border-color: #C923A4;
}
</style>