#C8328B

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

Shades of Medium Red Violet #C8328B

Tints of Medium Red Violet #C8328B

Color information

#C8328B (or 0xC8328B) is unknown color: approx Medium Red Violet. HEX triplet: C8, 32 and 8B. RGB value is (200,50,139). Sum of RGB (Red+Green+Blue) = 200+50+139=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8328B is #37CD74. Grayscale: #686868. Windows color (decimal): -3657077 or 9122504. OLE color: 9122504.

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

Color convert

RGB20050139-
CMYK00.750.300.22
HSL324.4º60%49.02%-
HSV(B)324.4º75%78.43%-
XYZ29.6216.4226.04-
YUV105147.2195.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=51.41%
G=12.85%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005013900.750.300.22324.46049.02
HexC8328B04B1E161443c31
Octal31062213011336265047461
Binary1100100011001010001011010010111111010110101000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8328B; }

 p { color: rgb(200,50,139); }

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

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

 a { background-color: rgb(200,50,139); }

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

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

 span { border-color: rgb(200,50,139); }

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