#C533AA

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

Shades of Medium Red Violet #C533AA

Tints of Medium Red Violet #C533AA

Color information

#C533AA (or 0xC533AA) is unknown color: approx Medium Red Violet. HEX triplet: C5, 33 and AA. RGB value is (197,51,170). Sum of RGB (Red+Green+Blue) = 197+51+170=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C533AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C533AA is #3ACC55. Grayscale: #6B6B6B. Windows color (decimal): -3853398 or 11154373. OLE color: 11154373.

HSL color Cylindrical-coordinate representation of color #C533AA: hue angle of 311.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C533AA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19751170-
CMYK00.740.140.23
HSL311.1º58.87%48.63%-
HSV(B)311.1º74.11%77.25%-
XYZ31.4717.1439.68-
YUV108.22162.87191.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=47.13%
G=12.20%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975117000.740.140.23311.158.8748.63
HexC533AA04AE171373b31
Octal30563252011216274677361
Binary110001011100111010101001001010111010111100110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C533AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C533AA; }

 p { color: rgb(197,51,170); }

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

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

 a { background-color: rgb(197,51,170); }

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

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

 span { border-color: rgb(197,51,170); }

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