#C734AA

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

Shades of Medium Red Violet #C734AA

Tints of Medium Red Violet #C734AA

Color information

#C734AA (or 0xC734AA) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and AA. RGB value is (199,52,170). Sum of RGB (Red+Green+Blue) = 199+52+170=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C734AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734AA is #38CB55. Grayscale: #6D6D6D. Windows color (decimal): -3722070 or 11154631. OLE color: 11154631.

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

Color convert

RGB19952170-
CMYK00.740.150.22
HSL311.84º58.57%49.22%-
HSV(B)311.84º73.87%78.04%-
XYZ32.0417.539.72-
YUV109.4162.2191.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 52 (20.70% from 255) = 12.35%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=47.27%
G=12.35%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995217000.740.150.22311.8458.5749.22
HexC734AA04AF161383b31
Octal30764252011217264707361
Binary110001111101001010101001001010111110110100111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734AA; }

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

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

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

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

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

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

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

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