#c12797

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

Shades of Medium Red Violet #C12797

Tints of Medium Red Violet #C12797

Color information

#C12797 (or 0xC12797) is unknown color: approx Medium Red Violet. HEX triplet: C1, 27 and 97. RGB value is (193,39,151). Sum of RGB (Red+Green+Blue) = 193+39+151=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C12797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12797 is #3ED868. Grayscale: #616161. Windows color (decimal): -4118633 or 9906113. OLE color: 9906113.

HSL color Cylindrical-coordinate representation of color #C12797: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12797 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19339151-
CMYK00.800.220.24
HSL316.36º66.38%45.49%-
HSV(B)316.36º79.79%75.69%-
XYZ28.315.0230.69-
YUV97.81158.02195.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=50.39%
G=10.18%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933915100.800.220.24316.3666.3845.49
HexC12797050161813c422d
Octal301472270120263047410255
Binary11000001100111100101110101000010110110001001111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12797; }

 p { color: rgb(193,39,151); }

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

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

 a { background-color: rgb(193,39,151); }

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

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

 span { border-color: rgb(193,39,151); }

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