#C12480

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

Shades of Medium Red Violet #C12480

Tints of Medium Red Violet #C12480

Color information

#C12480 (or 0xC12480) is unknown color: approx Medium Red Violet. HEX triplet: C1, 24 and 80. RGB value is (193,36,128). Sum of RGB (Red+Green+Blue) = 193+36+128=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C12480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12480 is #3EDB7F. Grayscale: #5D5D5D. Windows color (decimal): -4119424 or 8398017. OLE color: 8398017.

HSL color Cylindrical-coordinate representation of color #C12480: hue angle of 324.84º degrees, saturation: 0.69, 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 #C12480 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19336128-
CMYK00.810.340.24
HSL324.84º68.56%44.9%-
HSV(B)324.84º81.35%75.69%-
XYZ26.5214.1621.76-
YUV93.43147.51199.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 36 (14.45% from 255) = 10.08%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=54.06%
G=10.08%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933612800.810.340.24324.8468.5644.9
HexC124800512218145452d
Octal301442000121423050510555
Binary110000011001001000000001010001100010110001010001011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12480; }

 p { color: rgb(193,36,128); }

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

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

 a { background-color: rgb(193,36,128); }

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

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

 span { border-color: rgb(193,36,128); }

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