#C125A9

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

Shades of Medium Violet Red #C125A9

Tints of Medium Violet Red #C125A9

Color information

#C125A9 (or 0xC125A9) is unknown color: approx Medium Violet Red. HEX triplet: C1, 25 and A9. RGB value is (193,37,169). Sum of RGB (Red+Green+Blue) = 193+37+169=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C125A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125A9 is #3EDA56. Grayscale: #626262. Windows color (decimal): -4119127 or 11085249. OLE color: 11085249.

HSL color Cylindrical-coordinate representation of color #C125A9: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125A9 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19337169-
CMYK00.810.120.24
HSL309.23º67.83%45.1%-
HSV(B)309.23º80.83%75.69%-
XYZ29.8215.5338.96-
YUV98.69167.68195.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=48.37%
G=9.27%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933716900.810.120.24309.2367.8345.1
HexC125A9051C18135442d
Octal301452510121143046510455
Binary1100000110010110101001010100011100110001001101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C125A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C125A9; }

 p { color: rgb(193,37,169); }

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

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

 a { background-color: rgb(193,37,169); }

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

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

 span { border-color: rgb(193,37,169); }

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