#C122A3

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

Shades of Medium Violet Red #C122A3

Tints of Medium Violet Red #C122A3

Color information

#C122A3 (or 0xC122A3) is unknown color: approx Medium Violet Red. HEX triplet: C1, 22 and A3. RGB value is (193,34,163). Sum of RGB (Red+Green+Blue) = 193+34+163=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C122A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122A3 is #3EDD5C. Grayscale: #5F5F5F. Windows color (decimal): -4119901 or 10691265. OLE color: 10691265.

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

Color convert

RGB19334163-
CMYK00.820.160.24
HSL311.32º70.04%44.51%-
HSV(B)311.32º82.38%75.69%-
XYZ29.1815.1336.03-
YUV96.25165.68197.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 163 (64.06% from 255) = 41.79%
R=49.49%
G=8.72%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933416300.820.160.24311.3270.0444.51
HexC122A30521018137462d
Octal301422430122203046710655
Binary11000001100010101000110101001010000110001001101111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C122A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C122A3; }

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

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

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

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

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

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

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

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