#C12884

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

Shades of Medium Red Violet #C12884

Tints of Medium Red Violet #C12884

Color information

#C12884 (or 0xC12884) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and 84. RGB value is (193,40,132). Sum of RGB (Red+Green+Blue) = 193+40+132=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12884 is #3ED77B. Grayscale: #606060. Windows color (decimal): -4118396 or 8661185. OLE color: 8661185.

HSL color Cylindrical-coordinate representation of color #C12884: hue angle of 323.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12884 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19340132-
CMYK00.790.320.24
HSL323.92º65.67%45.69%-
HSV(B)323.92º79.27%75.69%-
XYZ26.9214.5223.21-
YUV96.24148.19197.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=52.88%
G=10.96%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934013200.790.320.24323.9265.6745.69
HexC1288404F2018144422e
Octal301502040117403050410256
Binary110000011010001000010001001111100000110001010001001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12884; }

 p { color: rgb(193,40,132); }

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

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

 a { background-color: rgb(193,40,132); }

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

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

 span { border-color: rgb(193,40,132); }

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