#C9317A

Color #C9317A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C9317A

Tints of Medium Red Violet #C9317A

Color information

#C9317A (or 0xC9317A) is unknown color: approx Medium Red Violet. HEX triplet: C9, 31 and 7A. RGB value is (201,49,122). Sum of RGB (Red+Green+Blue) = 201+49+122=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C9317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9317A is #36CE85. Grayscale: #666666. Windows color (decimal): -3591814 or 8008137. OLE color: 8008137.

HSL color Cylindrical-coordinate representation of color #C9317A: hue angle of 331.18º 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 #C9317A is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20149122-
CMYK00.760.390.21
HSL331.18º60.8%49.02%-
HSV(B)331.18º75.62%78.82%-
XYZ28.716.0219.99-
YUV102.77138.86198.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 54.03%
GREEN value IS 49 (19.53% from 255) = 13.17%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=54.03%
G=13.17%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014912200.760.390.21331.1860.849.02
HexC9317A04C271514b3d31
Octal31161172011447255137561
Binary1100100111000111110100100110010011110101101001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9317A; }

 p { color: rgb(201,49,122); }

 H1.HeaderClassName
 {
   color: #C9317A;
 }
 .AnyTagClassName
 {
   color: #C9317A;
 }
</style>
background-color css

<style>
 a { background-color: #C9317A; }

 a { background-color: rgb(201,49,122); }

 div.DivClassName
 {
   background-color: #C9317A;
 }
 .BgClassName
 {
   background-color: #C9317A;
 }
</style>
border-color css

<style>
 span { border-color: #C9317A; }

 span { border-color: rgb(201,49,122); }

 td.TdClassName
 {
   border-color: #C9317A;
 }
 .TagClassName
 {
   border-color: #C9317A;
 }
</style>