#C137A7

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

Shades of Medium Red Violet #C137A7

Tints of Medium Red Violet #C137A7

Color information

#C137A7 (or 0xC137A7) is unknown color: approx Medium Red Violet. HEX triplet: C1, 37 and A7. RGB value is (193,55,167). Sum of RGB (Red+Green+Blue) = 193+55+167=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C137A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137A7 is #3EC858. Grayscale: #6C6C6C. Windows color (decimal): -4114521 or 10958785. OLE color: 10958785.

HSL color Cylindrical-coordinate representation of color #C137A7: hue angle of 311.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C137A7 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19355167-
CMYK00.720.130.24
HSL311.3º55.65%48.63%-
HSV(B)311.3º71.5%75.69%-
XYZ30.3316.8638.21-
YUV109.03160.72187.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 55 (21.88% from 255) = 13.25%
BLUE value IS 167 (65.62% from 255) = 40.24%
R=46.51%
G=13.25%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935516700.720.130.24311.355.6548.63
HexC137A7048D181373831
Octal30167247011015304677061
Binary110000011101111010011101001000110111000100110111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C137A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C137A7; }

 p { color: rgb(193,55,167); }

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

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

 a { background-color: rgb(193,55,167); }

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

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

 span { border-color: rgb(193,55,167); }

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