Shades of Medium Red Violet #C9368C
Tints of Medium Red Violet #C9368C
RGB
CMYK
RGB Variations
Color information
#C9368C (or 0xC9368C) is known color: Medium Red Violet. HEX triplet: C9, 36 and 8C. RGB value is (201,54,140). Sum of RGB (Red+Green+Blue) = 201+54+140=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9368C is #36C973. Grayscale: #6B6B6B. Windows color (decimal): -3590516 or 9189065. OLE color: 9189065.
HSL color Cylindrical-coordinate representation of color #C9368C: hue angle of 324.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9368C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 140 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.21 |
| HSL | 324.9º | 0.58% | 0.5% | - |
| HSV(B) | 324.9º | 0.73% | 0.79% | - |
| XYZ | 30.14 | 16.95 | 26.49 | - |
| YUV | 107.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 140 | 0 | 0.73 | 0.30 | 0.21 | 324.9 | 0.58 | 0.5 |
| Hex | C9 | 36 | 8C | 0 | 49 | 1E | 15 | 145 | 3A | 32 |
| Octal | 311 | 66 | 214 | 0 | 111 | 36 | 25 | 505 | 72 | 62 |
| Binary | 11001001 | 110110 | 10001100 | 0 | 1001001 | 11110 | 10101 | 101000101 | 111010 | 110010 |
Color Harmonies of #C9368C
Complementary color
Monochromatic Colors of #C9368C
Black with #C9368C
Text Example
Text Example
White with #C9368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9368C; }
p { color: rgb(201,54,140); }
H1.HeaderClassName
{
color: #C9368C;
}
.AnyTagClassName
{
color: #C9368C;
}
</style>
background-color css
<style>
a { background-color: #C9368C; }
a { background-color: rgb(201,54,140); }
div.DivClassName
{
background-color: #C9368C;
}
.BgClassName
{
background-color: #C9368C;
}
</style>
border-color css
<style>
span { border-color: #C9368C; }
span { border-color: rgb(201,54,140); }
td.TdClassName
{
border-color: #C9368C;
}
.TagClassName
{
border-color: #C9368C;
}
</style>