#C225AA

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

Shades of Medium Violet Red #C225AA

Tints of Medium Violet Red #C225AA

Color information

#C225AA (or 0xC225AA) is unknown color: approx Medium Violet Red. HEX triplet: C2, 25 and AA. RGB value is (194,37,170). Sum of RGB (Red+Green+Blue) = 194+37+170=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C225AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225AA is #3DDA55. Grayscale: #626262. Windows color (decimal): -4053590 or 11150786. OLE color: 11150786.

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

Color convert

RGB19437170-
CMYK00.810.120.24
HSL309.17º67.97%45.29%-
HSV(B)309.17º80.93%76.08%-
XYZ30.1715.6939.47-
YUV99.1168.01195.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 37 (14.84% from 255) = 9.23%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=48.38%
G=9.23%
B=42.39%

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
Decimal1943717000.810.120.24309.1767.9745.29
HexC225AA051C18135442d
Octal302452520121143046510455
Binary1100001010010110101010010100011100110001001101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C225AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C225AA; }

 p { color: rgb(194,37,170); }

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

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

 a { background-color: rgb(194,37,170); }

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

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

 span { border-color: rgb(194,37,170); }

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