#C2109C

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

Shades of Medium Violet Red #C2109C

Tints of Medium Violet Red #C2109C

Color information

#C2109C (or 0xC2109C) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 9C. RGB value is (194,16,156). Sum of RGB (Red+Green+Blue) = 194+16+156=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2109C is #3DEF63. Grayscale: #545454. Windows color (decimal): -4058980 or 10227906. OLE color: 10227906.

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

Color convert

RGB19416156-
CMYK00.920.200.24
HSL312.81º84.76%41.18%-
HSV(B)312.81º91.75%76.08%-
XYZ28.4314.2432.7-
YUV85.18167.97205.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 16 (6.64% from 255) = 4.37%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=53.01%
G=4.37%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941615600.920.200.24312.8184.7641.18
HexC2109C05C14181395529
Octal302202340134243047112551
Binary1100001010000100111000101110010100110001001110011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2109C; }

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

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

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

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

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

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

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

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