#C12871

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

Shades of Medium Red Violet #C12871

Tints of Medium Red Violet #C12871

Color information

#C12871 (or 0xC12871) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and 71. RGB value is (193,40,113). Sum of RGB (Red+Green+Blue) = 193+40+113=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12871 is #3ED78E. Grayscale: #5D5D5D. Windows color (decimal): -4118415 or 7416001. OLE color: 7416001.

HSL color Cylindrical-coordinate representation of color #C12871: hue angle of 331.37º 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 #C12871 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19340113-
CMYK00.790.410.24
HSL331.37º65.67%45.69%-
HSV(B)331.37º79.27%75.69%-
XYZ25.7314.0516.98-
YUV94.07138.69198.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 40 (16.02% from 255) = 11.56%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=55.78%
G=11.56%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934011300.790.410.24331.3765.6745.69
HexC1287104F291814b422e
Octal301501610117513051310256
Binary11000001101000111000101001111101001110001010010111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12871; }

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

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

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

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

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

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

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

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