#C734A3

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

Shades of Medium Red Violet #C734A3

Tints of Medium Red Violet #C734A3

Color information

#C734A3 (or 0xC734A3) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and A3. RGB value is (199,52,163). Sum of RGB (Red+Green+Blue) = 199+52+163=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C734A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734A3 is #38CB5C. Grayscale: #6C6C6C. Windows color (decimal): -3722077 or 10695879. OLE color: 10695879.

HSL color Cylindrical-coordinate representation of color #C734A3: hue angle of 314.69º 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 #C734A3 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB19952163-
CMYK00.740.180.22
HSL314.69º58.57%49.22%-
HSV(B)314.69º73.87%78.04%-
XYZ31.3917.2436.32-
YUV108.61158.7192.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=48.07%
G=12.56%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995216300.740.180.22314.6958.5749.22
HexC734A304A121613b3b31
Octal30764243011222264737361
Binary1100011111010010100011010010101001010110100111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734A3; }

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

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

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

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

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

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

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

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