#C2158F

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

Shades of Medium Violet Red #C2158F

Tints of Medium Violet Red #C2158F

Color information

#C2158F (or 0xC2158F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 15 and 8F. RGB value is (194,21,143). Sum of RGB (Red+Green+Blue) = 194+21+143=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2158F is #3DEA70. Grayscale: #565656. Windows color (decimal): -4057713 or 9377218. OLE color: 9377218.

HSL color Cylindrical-coordinate representation of color #C2158F: hue angle of 317.69º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2158F is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19421143-
CMYK00.890.260.24
HSL317.69º80.47%42.16%-
HSV(B)317.69º89.18%76.08%-
XYZ27.4713.9927.24-
YUV86.64159.81204.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 21 (8.59% from 255) = 5.87%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=54.19%
G=5.87%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942114300.890.260.24317.6980.4742.16
HexC2158F0591A1813e502a
Octal302252170131323047612052
Binary1100001010101100011110101100111010110001001111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2158F; }

 p { color: rgb(194,21,143); }

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

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

 a { background-color: rgb(194,21,143); }

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

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

 span { border-color: rgb(194,21,143); }

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