#C2107B

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

Shades of Medium Violet Red #C2107B

Tints of Medium Violet Red #C2107B

Color information

#C2107B (or 0xC2107B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 7B. RGB value is (194,16,123). Sum of RGB (Red+Green+Blue) = 194+16+123=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2107B is #3DEF84. Grayscale: #515151. Windows color (decimal): -4059013 or 8065218. OLE color: 8065218.

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

Color convert

RGB19416123-
CMYK00.920.370.24
HSL323.93º84.76%41.18%-
HSV(B)323.93º91.75%76.08%-
XYZ26.0113.2719.93-
YUV81.42151.47208.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 16 (6.64% from 255) = 4.80%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=58.26%
G=4.80%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941612300.920.370.24323.9384.7641.18
HexC2107B05C25181445529
Octal302201730134453050412551
Binary1100001010000111101101011100100101110001010001001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2107B; }

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

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

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

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

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

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

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

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