#C734A0

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

Shades of Medium Red Violet #C734A0

Tints of Medium Red Violet #C734A0

Color information

#C734A0 (or 0xC734A0) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and A0. RGB value is (199,52,160). Sum of RGB (Red+Green+Blue) = 199+52+160=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C734A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734A0 is #38CB5F. Grayscale: #6B6B6B. Windows color (decimal): -3722080 or 10499271. OLE color: 10499271.

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

Color convert

RGB19952160-
CMYK00.740.200.22
HSL315.92º58.57%49.22%-
HSV(B)315.92º73.87%78.04%-
XYZ31.1317.1434.92-
YUV108.26157.2192.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=48.42%
G=12.65%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995216000.740.200.22315.9258.5749.22
HexC734A004A141613c3b31
Octal30764240011224264747361
Binary1100011111010010100000010010101010010110100111100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734A0; }

 p { color: rgb(199,52,160); }

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

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

 a { background-color: rgb(199,52,160); }

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

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

 span { border-color: rgb(199,52,160); }

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