#C534A7

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

Shades of Medium Red Violet #C534A7

Tints of Medium Red Violet #C534A7

Color information

#C534A7 (or 0xC534A7) is unknown color: approx Medium Red Violet. HEX triplet: C5, 34 and A7. RGB value is (197,52,167). Sum of RGB (Red+Green+Blue) = 197+52+167=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C534A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534A7 is #3ACB58. Grayscale: #6C6C6C. Windows color (decimal): -3853145 or 10958021. OLE color: 10958021.

HSL color Cylindrical-coordinate representation of color #C534A7: hue angle of 312.41º degrees, saturation: 0.58, 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 #C534A7 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19752167-
CMYK00.740.150.23
HSL312.41º58.23%48.82%-
HSV(B)312.41º73.6%77.25%-
XYZ31.2317.1238.22-
YUV108.46161.04191.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 167 (65.62% from 255) = 40.14%
R=47.36%
G=12.5%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975216700.740.150.23312.4158.2348.82
HexC534A704AF171383a31
Octal30564247011217274707261
Binary110001011101001010011101001010111110111100111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C534A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C534A7; }

 p { color: rgb(197,52,167); }

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

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

 a { background-color: rgb(197,52,167); }

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

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

 span { border-color: rgb(197,52,167); }

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