Shades of Medium Red Violet #C9308C
Tints of Medium Red Violet #C9308C
RGB
CMYK
RGB Variations
Color information
#C9308C (or 0xC9308C) is known color: Medium Red Violet. HEX triplet: C9, 30 and 8C. RGB value is (201,48,140). Sum of RGB (Red+Green+Blue) = 201+48+140=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9308C is #36CF73. Grayscale: #686868. Windows color (decimal): -3592052 or 9187529. OLE color: 9187529.
HSL color Cylindrical-coordinate representation of color #C9308C: hue angle of 323.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9308C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 140 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.21 |
| HSL | 323.92º | 0.61% | 0.49% | - |
| HSV(B) | 323.92º | 0.76% | 0.79% | - |
| XYZ | 29.88 | 16.42 | 26.41 | - |
| YUV | 104.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 140 | 0 | 0.76 | 0.30 | 0.21 | 323.92 | 0.61 | 0.49 |
| Hex | C9 | 30 | 8C | 0 | 4C | 1E | 15 | 144 | 3D | 31 |
| Octal | 311 | 60 | 214 | 0 | 114 | 36 | 25 | 504 | 75 | 61 |
| Binary | 11001001 | 110000 | 10001100 | 0 | 1001100 | 11110 | 10101 | 101000100 | 111101 | 110001 |
Color Harmonies of #C9308C
Complementary color
Monochromatic Colors of #C9308C
Black with #C9308C
Text Example
Text Example
White with #C9308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9308C; }
p { color: rgb(201,48,140); }
H1.HeaderClassName
{
color: #C9308C;
}
.AnyTagClassName
{
color: #C9308C;
}
</style>
background-color css
<style>
a { background-color: #C9308C; }
a { background-color: rgb(201,48,140); }
div.DivClassName
{
background-color: #C9308C;
}
.BgClassName
{
background-color: #C9308C;
}
</style>
border-color css
<style>
span { border-color: #C9308C; }
span { border-color: rgb(201,48,140); }
td.TdClassName
{
border-color: #C9308C;
}
.TagClassName
{
border-color: #C9308C;
}
</style>