#C12872

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

Shades of Medium Red Violet #C12872

Tints of Medium Red Violet #C12872

Color information

#C12872 (or 0xC12872) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and 72. RGB value is (193,40,114). Sum of RGB (Red+Green+Blue) = 193+40+114=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C12872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12872 is #3ED78D. Grayscale: #5E5E5E. Windows color (decimal): -4118414 or 7481537. OLE color: 7481537.

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

Color convert

RGB19340114-
CMYK00.790.410.24
HSL330.98º65.67%45.69%-
HSV(B)330.98º79.27%75.69%-
XYZ25.7914.0717.28-
YUV94.18139.19198.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 40 (16.02% from 255) = 11.53%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=55.62%
G=11.53%
B=32.85%

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
Decimal1934011400.790.410.24330.9865.6745.69
HexC1287204F291814b422e
Octal301501620117513051310256
Binary11000001101000111001001001111101001110001010010111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12872; }

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

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

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

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

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

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

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

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