#C8048C

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

Shades of Medium Violet Red #C8048C

Tints of Medium Violet Red #C8048C

Color information

#C8048C (or 0xC8048C) is unknown color: approx Medium Violet Red. HEX triplet: C8, 04 and 8C. RGB value is (200,4,140). Sum of RGB (Red+Green+Blue) = 200+4+140=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8048C is #37FB73. Grayscale: #4D4D4D. Windows color (decimal): -3668852 or 9176264. OLE color: 9176264.

HSL color Cylindrical-coordinate representation of color #C8048C: hue angle of 318.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8048C is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB2004140-
CMYK00.980.30.22
HSL318.37º96.08%40%-
HSV(B)318.37º98%78.43%-
XYZ28.614.2626.06-
YUV78.11162.93214.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.14%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=58.14%
G=1.16%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200414000.980.30.22318.3796.0840
HexC848C0621E1613e6028
Octal31042140142362647614050
Binary11001000100100011000110001011110101101001111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8048C; }

 p { color: rgb(200,4,140); }

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

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

 a { background-color: rgb(200,4,140); }

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

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

 span { border-color: rgb(200,4,140); }

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