#C1068A

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

Shades of Medium Violet Red #C1068A

Tints of Medium Violet Red #C1068A

Color information

#C1068A (or 0xC1068A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 06 and 8A. RGB value is (193,6,138). Sum of RGB (Red+Green+Blue) = 193+6+138=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1068A is #3EF975. Grayscale: #4C4C4C. Windows color (decimal): -4127094 or 9045697. OLE color: 9045697.

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

Color convert

RGB1936138-
CMYK00.970.280.24
HSL317.65º93.97%39.02%-
HSV(B)317.65º96.89%75.69%-
XYZ26.6413.325.21-
YUV76.96162.45210.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=57.27%
G=1.78%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193613800.970.280.24317.6593.9739.02
HexC168A0611C1813e5e27
Octal30162120141343047613647
Binary11000001110100010100110000111100110001001111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1068A; }

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

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

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

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

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

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

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

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