#C03AA5

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

Shades of Medium Red Violet #C03AA5

Tints of Medium Red Violet #C03AA5

Color information

#C03AA5 (or 0xC03AA5) is unknown color: approx Medium Red Violet. HEX triplet: C0, 3A and A5. RGB value is (192,58,165). Sum of RGB (Red+Green+Blue) = 192+58+165=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AA5 is #3FC55A. Grayscale: #6D6D6D. Windows color (decimal): -4179291 or 10828480. OLE color: 10828480.

HSL color Cylindrical-coordinate representation of color #C03AA5: hue angle of 312.09º 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 #C03AA5 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19258165-
CMYK00.700.140.25
HSL312.09º53.6%49.02%-
HSV(B)312.09º69.79%75.29%-
XYZ30.0416.9537.29-
YUV110.26158.89186.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=46.27%
G=13.98%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925816500.700.140.25312.0953.649.02
HexC03AA5046E191383631
Octal30072245010616314706661
Binary110000001110101010010101000110111011001100111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03AA5; }

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

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

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

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

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

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

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

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