Shades of Medium Red Violet #C9349A
Tints of Medium Red Violet #C9349A
RGB
CMYK
RGB Variations
Color information
#C9349A (or 0xC9349A) is known color: Medium Red Violet. HEX triplet: C9, 34 and 9A. RGB value is (201,52,154). Sum of RGB (Red+Green+Blue) = 201+52+154=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9349A is #36CB65. Grayscale: #6B6B6B. Windows color (decimal): -3591014 or 10106057. OLE color: 10106057.
HSL color Cylindrical-coordinate representation of color #C9349A: hue angle of 318.93º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9349A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 154 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.21 |
| HSL | 318.93º | 0.59% | 0.5% | - |
| HSV(B) | 318.93º | 0.74% | 0.79% | - |
| XYZ | 31.15 | 17.21 | 32.25 | - |
| YUV | 108.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 154 | 0 | 0.74 | 0.23 | 0.21 | 318.93 | 0.59 | 0.5 |
| Hex | C9 | 34 | 9A | 0 | 4A | 17 | 15 | 13F | 3B | 32 |
| Octal | 311 | 64 | 232 | 0 | 112 | 27 | 25 | 477 | 73 | 62 |
| Binary | 11001001 | 110100 | 10011010 | 0 | 1001010 | 10111 | 10101 | 100111111 | 111011 | 110010 |
Color Harmonies of #C9349A
Complementary color
Monochromatic Colors of #C9349A
Black with #C9349A
Text Example
Text Example
White with #C9349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9349A; }
p { color: rgb(201,52,154); }
H1.HeaderClassName
{
color: #C9349A;
}
.AnyTagClassName
{
color: #C9349A;
}
</style>
background-color css
<style>
a { background-color: #C9349A; }
a { background-color: rgb(201,52,154); }
div.DivClassName
{
background-color: #C9349A;
}
.BgClassName
{
background-color: #C9349A;
}
</style>
border-color css
<style>
span { border-color: #C9349A; }
span { border-color: rgb(201,52,154); }
td.TdClassName
{
border-color: #C9349A;
}
.TagClassName
{
border-color: #C9349A;
}
</style>