#C1069A

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

Shades of Medium Violet Red #C1069A

Tints of Medium Violet Red #C1069A

Color information

#C1069A (or 0xC1069A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 06 and 9A. RGB value is (193,6,154). Sum of RGB (Red+Green+Blue) = 193+6+154=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1069A is #3EF965. Grayscale: #4E4E4E. Windows color (decimal): -4127078 or 10094273. OLE color: 10094273.

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

Color convert

RGB1936154-
CMYK00.970.200.24
HSL312.51º93.97%39.02%-
HSV(B)312.51º96.89%75.69%-
XYZ27.8913.831.77-
YUV78.78170.45209.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=54.67%
G=1.70%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193615400.970.200.24312.5193.9739.02
HexC169A06114181395e27
Octal30162320141243047113647
Binary11000001110100110100110000110100110001001110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1069A; }

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

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

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

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

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

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

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

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