#c01aa4

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

Shades of Medium Violet Red #C01AA4

Tints of Medium Violet Red #C01AA4

Color information

#C01AA4 (or 0xC01AA4) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1A and A4. RGB value is (192,26,164). Sum of RGB (Red+Green+Blue) = 192+26+164=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA4 is #3FE55B. Grayscale: #5A5A5A. Windows color (decimal): -4187484 or 10754752. OLE color: 10754752.

HSL color Cylindrical-coordinate representation of color #C01AA4: hue angle of 310.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01AA4 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19226164-
CMYK00.860.150.25
HSL310.12º76.15%42.75%-
HSV(B)310.12º86.46%75.29%-
XYZ28.8114.6336.43-
YUV91.37169199.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=50.26%
G=6.81%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922616400.860.150.25310.1276.1542.75
HexC01AA4056F191364c2b
Octal300322440126173146611453
Binary110000001101010100100010101101111110011001101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c01aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c01aa4; }

 p { color: rgb(192,26,164); }

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

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

 a { background-color: rgb(192,26,164); }

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

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

 span { border-color: rgb(192,26,164); }

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