#C122A4

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

Shades of Medium Violet Red #C122A4

Tints of Medium Violet Red #C122A4

Color information

#C122A4 (or 0xC122A4) is unknown color: approx Medium Violet Red. HEX triplet: C1, 22 and A4. RGB value is (193,34,164). Sum of RGB (Red+Green+Blue) = 193+34+164=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C122A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122A4 is #3EDD5B. Grayscale: #606060. Windows color (decimal): -4119900 or 10756801. OLE color: 10756801.

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

Color convert

RGB19334164-
CMYK00.820.150.24
HSL310.94º70.04%44.51%-
HSV(B)310.94º82.38%75.69%-
XYZ29.2715.1636.51-
YUV96.36166.18196.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=49.36%
G=8.70%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933416400.820.150.24310.9470.0444.51
HexC122A4052F18137462d
Octal301422440122173046710655
Binary1100000110001010100100010100101111110001001101111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C122A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C122A4; }

 p { color: rgb(193,34,164); }

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

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

 a { background-color: rgb(193,34,164); }

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

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

 span { border-color: rgb(193,34,164); }

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