#C6137D

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

Shades of Medium Violet Red #C6137D

Tints of Medium Violet Red #C6137D

Color information

#C6137D (or 0xC6137D) is unknown color: approx Medium Violet Red. HEX triplet: C6, 13 and 7D. RGB value is (198,19,125). Sum of RGB (Red+Green+Blue) = 198+19+125=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6137D is #39EC82. Grayscale: #545454. Windows color (decimal): -3796099 or 8197062. OLE color: 8197062.

HSL color Cylindrical-coordinate representation of color #C6137D: hue angle of 324.47º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6137D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19819125-
CMYK00.900.370.22
HSL324.47º82.49%42.55%-
HSV(B)324.47º90.4%77.65%-
XYZ27.2213.9520.66-
YUV84.6150.8208.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 19 (7.81% from 255) = 5.56%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=57.89%
G=5.56%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981912500.900.370.22324.4782.4942.55
HexC6137D05A2516144522b
Octal306231750132452650412253
Binary1100011010011111110101011010100101101101010001001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6137D; }

 p { color: rgb(198,19,125); }

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

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

 a { background-color: rgb(198,19,125); }

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

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

 span { border-color: rgb(198,19,125); }

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