#C8148B

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

Shades of Medium Violet Red #C8148B

Tints of Medium Violet Red #C8148B

Color information

#C8148B (or 0xC8148B) is unknown color: approx Medium Violet Red. HEX triplet: C8, 14 and 8B. RGB value is (200,20,139). Sum of RGB (Red+Green+Blue) = 200+20+139=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8148B is #37EB74. Grayscale: #575757. Windows color (decimal): -3664757 or 9114824. OLE color: 9114824.

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

Color convert

RGB20020139-
CMYK00.90.300.22
HSL320.33º81.82%43.14%-
HSV(B)320.33º90%78.43%-
XYZ28.7314.6425.74-
YUV87.39157.13208.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=55.71%
G=5.57%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002013900.90.300.22320.3381.8243.14
HexC8148B05A1E16140522b
Octal310242130132362650012253
Binary1100100010100100010110101101011110101101010000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8148B; }

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

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

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

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

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

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

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

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