#C8147D

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

Shades of Medium Violet Red #C8147D

Tints of Medium Violet Red #C8147D

Color information

#C8147D (or 0xC8147D) is unknown color: approx Medium Violet Red. HEX triplet: C8, 14 and 7D. RGB value is (200,20,125). Sum of RGB (Red+Green+Blue) = 200+20+125=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8147D is #37EB82. Grayscale: #555555. Windows color (decimal): -3664771 or 8197320. OLE color: 8197320.

HSL color Cylindrical-coordinate representation of color #C8147D: hue angle of 325º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8147D is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB20020125-
CMYK00.90.380.22
HSL325º81.82%43.14%-
HSV(B)325º90%78.43%-
XYZ27.7714.2620.69-
YUV85.79150.13209.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.97%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=57.97%
G=5.80%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002012500.90.380.2232581.8243.14
HexC8147D05A2616145522b
Octal310241750132462650512253
Binary1100100010100111110101011010100110101101010001011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8147D; }

 p { color: rgb(200,20,125); }

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

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

 a { background-color: rgb(200,20,125); }

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

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

 span { border-color: rgb(200,20,125); }

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