#C03AA4

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

Shades of Medium Red Violet #C03AA4

Tints of Medium Red Violet #C03AA4

Color information

#C03AA4 (or 0xC03AA4) is unknown color: approx Medium Red Violet. HEX triplet: C0, 3A and A4. RGB value is (192,58,164). Sum of RGB (Red+Green+Blue) = 192+58+164=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AA4 is #3FC55B. Grayscale: #6D6D6D. Windows color (decimal): -4179292 or 10762944. OLE color: 10762944.

HSL color Cylindrical-coordinate representation of color #C03AA4: hue angle of 312.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AA4 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19258164-
CMYK00.700.150.25
HSL312.54º53.6%49.02%-
HSV(B)312.54º69.79%75.29%-
XYZ29.9516.9136.81-
YUV110.15158.39186.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 58 (23.05% from 255) = 14.01%
BLUE value IS 164 (64.45% from 255) = 39.61%
R=46.38%
G=14.01%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925816400.700.150.25312.5453.649.02
HexC03AA4046F191393631
Octal30072244010617314716661
Binary110000001110101010010001000110111111001100111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03AA4; }

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

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

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

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

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

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

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

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