#C1066E

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

Shades of Medium Violet Red #C1066E

Tints of Medium Violet Red #C1066E

Color information

#C1066E (or 0xC1066E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 06 and 6E. RGB value is (193,6,110). Sum of RGB (Red+Green+Blue) = 193+6+110=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1066E is #3EF991. Grayscale: #494949. Windows color (decimal): -4127122 or 7210689. OLE color: 7210689.

HSL color Cylindrical-coordinate representation of color #C1066E: hue angle of 326.63º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1066E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB1936110-
CMYK00.970.430.24
HSL326.63º93.97%39.02%-
HSV(B)326.63º96.89%75.69%-
XYZ24.8712.5915.87-
YUV73.77148.45213.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.46%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=62.46%
G=1.94%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193611000.970.430.24326.6393.9739.02
HexC166E0612B181475e27
Octal30161560141533050713647
Binary11000001110110111001100001101011110001010001111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1066E; }

 p { color: rgb(193,6,110); }

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

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

 a { background-color: rgb(193,6,110); }

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

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

 span { border-color: rgb(193,6,110); }

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