#C130AA

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

Shades of Medium Red Violet #C130AA

Tints of Medium Red Violet #C130AA

Color information

#C130AA (or 0xC130AA) is unknown color: approx Medium Red Violet. HEX triplet: C1, 30 and AA. RGB value is (193,48,170). Sum of RGB (Red+Green+Blue) = 193+48+170=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C130AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130AA is #3ECF55. Grayscale: #686868. Windows color (decimal): -4116310 or 11153601. OLE color: 11153601.

HSL color Cylindrical-coordinate representation of color #C130AA: hue angle of 309.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130AA is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19348170-
CMYK00.750.120.24
HSL309.52º60.17%47.25%-
HSV(B)309.52º75.13%75.69%-
XYZ30.316.3539.59-
YUV105.26164.54190.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=46.96%
G=11.68%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934817000.750.120.24309.5260.1747.25
HexC130AA04BC181363c2f
Octal30160252011314304667457
Binary110000011100001010101001001011110011000100110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C130AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C130AA; }

 p { color: rgb(193,48,170); }

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

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

 a { background-color: rgb(193,48,170); }

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

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

 span { border-color: rgb(193,48,170); }

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