#C12595

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

Shades of Medium Red Violet #C12595

Tints of Medium Red Violet #C12595

Color information

#C12595 (or 0xC12595) is unknown color: approx Medium Red Violet. HEX triplet: C1, 25 and 95. RGB value is (193,37,149). Sum of RGB (Red+Green+Blue) = 193+37+149=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12595 is #3EDA6A. Grayscale: #606060. Windows color (decimal): -4119147 or 9774529. OLE color: 9774529.

HSL color Cylindrical-coordinate representation of color #C12595: hue angle of 316.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12595 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19337149-
CMYK00.810.230.24
HSL316.92º67.83%45.1%-
HSV(B)316.92º80.83%75.69%-
XYZ28.0814.8329.82-
YUV96.41157.68196.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 37 (14.84% from 255) = 9.76%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=50.92%
G=9.76%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933714900.810.230.24316.9267.8345.1
HexC12595051171813d442d
Octal301452250121273047510455
Binary11000001100101100101010101000110111110001001111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12595; }

 p { color: rgb(193,37,149); }

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

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

 a { background-color: rgb(193,37,149); }

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

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

 span { border-color: rgb(193,37,149); }

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