#C12E7B

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

Shades of Medium Red Violet #C12E7B

Tints of Medium Red Violet #C12E7B

Color information

#C12E7B (or 0xC12E7B) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2E and 7B. RGB value is (193,46,123). Sum of RGB (Red+Green+Blue) = 193+46+123=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12E7B is #3ED184. Grayscale: #626262. Windows color (decimal): -4116869 or 8072897. OLE color: 8072897.

HSL color Cylindrical-coordinate representation of color #C12E7B: hue angle of 328.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12E7B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19346123-
CMYK00.760.360.24
HSL328.57º61.51%46.86%-
HSV(B)328.57º76.17%75.69%-
XYZ26.5414.7220.18-
YUV98.73141.7195.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=53.31%
G=12.71%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934612300.760.360.24328.5761.5146.86
HexC12E7B04C24181493e2f
Octal30156173011444305117657
Binary1100000110111011110110100110010010011000101001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E7B; }

 p { color: rgb(193,46,123); }

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

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

 a { background-color: rgb(193,46,123); }

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

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

 span { border-color: rgb(193,46,123); }

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