#C2107F

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

Shades of Medium Violet Red #C2107F

Tints of Medium Violet Red #C2107F

Color information

#C2107F (or 0xC2107F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 7F. RGB value is (194,16,127). Sum of RGB (Red+Green+Blue) = 194+16+127=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2107F is #3DEF80. Grayscale: #515151. Windows color (decimal): -4059009 or 8327362. OLE color: 8327362.

HSL color Cylindrical-coordinate representation of color #C2107F: hue angle of 322.58º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2107F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19416127-
CMYK00.920.350.24
HSL322.58º84.76%41.18%-
HSV(B)322.58º91.75%76.08%-
XYZ26.2613.3721.28-
YUV81.88153.47207.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.57%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 127 (50% from 255) = 37.69%
R=57.57%
G=4.75%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941612700.920.350.24322.5884.7641.18
HexC2107F05C23181435529
Octal302201770134433050312551
Binary1100001010000111111101011100100011110001010000111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2107F; }

 p { color: rgb(194,16,127); }

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

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

 a { background-color: rgb(194,16,127); }

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

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

 span { border-color: rgb(194,16,127); }

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