#C123AB

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

Shades of Medium Violet Red #C123AB

Tints of Medium Violet Red #C123AB

Color information

#C123AB (or 0xC123AB) is unknown color: approx Medium Violet Red. HEX triplet: C1, 23 and AB. RGB value is (193,35,171). Sum of RGB (Red+Green+Blue) = 193+35+171=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C123AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123AB is #3EDC54. Grayscale: #616161. Windows color (decimal): -4119637 or 11215809. OLE color: 11215809.

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

Color convert

RGB19335171-
CMYK00.820.110.24
HSL308.35º69.3%44.71%-
HSV(B)308.35º81.87%75.69%-
XYZ29.9415.4839.94-
YUV97.75169.35195.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 35 (14.06% from 255) = 8.77%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=48.37%
G=8.77%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933517100.820.110.24308.3569.344.71
HexC123AB052B18134452d
Octal301432530122133046410555
Binary1100000110001110101011010100101011110001001101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C123AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C123AB; }

 p { color: rgb(193,35,171); }

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

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

 a { background-color: rgb(193,35,171); }

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

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

 span { border-color: rgb(193,35,171); }

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