#C9138F

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

Shades of Medium Violet Red #C9138F

Tints of Medium Violet Red #C9138F

Color information

#C9138F (or 0xC9138F) is unknown color: approx Medium Violet Red. HEX triplet: C9, 13 and 8F. RGB value is (201,19,143). Sum of RGB (Red+Green+Blue) = 201+19+143=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9138F is #36EC70. Grayscale: #575757. Windows color (decimal): -3599473 or 9376713. OLE color: 9376713.

HSL color Cylindrical-coordinate representation of color #C9138F: hue angle of 319.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9138F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20119143-
CMYK00.910.290.21
HSL319.12º82.73%43.14%-
HSV(B)319.12º90.55%78.82%-
XYZ29.2814.8727.31-
YUV87.55159.3208.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.37%
GREEN value IS 19 (7.81% from 255) = 5.23%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=55.37%
G=5.23%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011914300.910.290.21319.1282.7343.14
HexC9138F05B1D1513f532b
Octal311232170133352547712353
Binary1100100110011100011110101101111101101011001111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9138F; }

 p { color: rgb(201,19,143); }

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

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

 a { background-color: rgb(201,19,143); }

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

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

 span { border-color: rgb(201,19,143); }

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