Shades of Medium Red Violet #C9308A
Tints of Medium Red Violet #C9308A
RGB
CMYK
RGB Variations
Color information
#C9308A (or 0xC9308A) is known color: Medium Red Violet. HEX triplet: C9, 30 and 8A. RGB value is (201,48,138). Sum of RGB (Red+Green+Blue) = 201+48+138=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C9308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9308A is #36CF75. Grayscale: #676767. Windows color (decimal): -3592054 or 9056457. OLE color: 9056457.
HSL color Cylindrical-coordinate representation of color #C9308A: hue angle of 324.71º 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 #C9308A is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 138 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.21 |
| HSL | 324.71º | 0.61% | 0.49% | - |
| HSV(B) | 324.71º | 0.76% | 0.79% | - |
| XYZ | 29.73 | 16.37 | 25.64 | - |
| YUV | 104.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 138 | 0 | 0.76 | 0.31 | 0.21 | 324.71 | 0.61 | 0.49 |
| Hex | C9 | 30 | 8A | 0 | 4C | 1F | 15 | 145 | 3D | 31 |
| Octal | 311 | 60 | 212 | 0 | 114 | 37 | 25 | 505 | 75 | 61 |
| Binary | 11001001 | 110000 | 10001010 | 0 | 1001100 | 11111 | 10101 | 101000101 | 111101 | 110001 |
Color Harmonies of #C9308A
Complementary color
Monochromatic Colors of #C9308A
Black with #C9308A
Text Example
Text Example
White with #C9308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9308A; }
p { color: rgb(201,48,138); }
H1.HeaderClassName
{
color: #C9308A;
}
.AnyTagClassName
{
color: #C9308A;
}
</style>
background-color css
<style>
a { background-color: #C9308A; }
a { background-color: rgb(201,48,138); }
div.DivClassName
{
background-color: #C9308A;
}
.BgClassName
{
background-color: #C9308A;
}
</style>
border-color css
<style>
span { border-color: #C9308A; }
span { border-color: rgb(201,48,138); }
td.TdClassName
{
border-color: #C9308A;
}
.TagClassName
{
border-color: #C9308A;
}
</style>