#C109A0

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

Shades of Medium Violet Red #C109A0

Tints of Medium Violet Red #C109A0

Color information

#C109A0 (or 0xC109A0) is unknown color: approx Medium Violet Red. HEX triplet: C1, 09 and A0. RGB value is (193,9,160). Sum of RGB (Red+Green+Blue) = 193+9+160=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C109A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109A0 is #3EF65F. Grayscale: #505050. Windows color (decimal): -4126304 or 10488257. OLE color: 10488257.

HSL color Cylindrical-coordinate representation of color #C109A0: hue angle of 310.76º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C109A0 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB1939160-
CMYK00.950.170.24
HSL310.76º91.09%39.61%-
HSV(B)310.76º95.34%75.69%-
XYZ28.4414.0734.47-
YUV81.23172.46207.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 9 (3.91% from 255) = 2.49%
BLUE value IS 160 (62.89% from 255) = 44.20%
R=53.31%
G=2.49%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193916000.950.170.24310.7691.0939.61
HexC19A005F11181375b28
Octal301112400137213046713350
Binary110000011001101000000101111110001110001001101111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C109A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C109A0; }

 p { color: rgb(193,9,160); }

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

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

 a { background-color: rgb(193,9,160); }

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

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

 span { border-color: rgb(193,9,160); }

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