#C732AB

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

Shades of Medium Red Violet #C732AB

Tints of Medium Red Violet #C732AB

Color information

#C732AB (or 0xC732AB) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and AB. RGB value is (199,50,171). Sum of RGB (Red+Green+Blue) = 199+50+171=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AB is #38CD54. Grayscale: #6C6C6C. Windows color (decimal): -3722581 or 11219655. OLE color: 11219655.

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

Color convert

RGB19950171-
CMYK00.750.140.22
HSL311.28º59.84%48.82%-
HSV(B)311.28º74.87%78.04%-
XYZ32.0417.3640.19-
YUV108.34163.36192.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 50 (19.92% from 255) = 11.90%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=47.38%
G=11.90%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995017100.750.140.22311.2859.8448.82
HexC732AB04BE161373c31
Octal30762253011316264677461
Binary110001111100101010101101001011111010110100110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C732AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C732AB; }

 p { color: rgb(199,50,171); }

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

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

 a { background-color: rgb(199,50,171); }

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

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

 span { border-color: rgb(199,50,171); }

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