#C8047E

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

Shades of Medium Violet Red #C8047E

Tints of Medium Violet Red #C8047E

Color information

#C8047E (or 0xC8047E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 04 and 7E. RGB value is (200,4,126). Sum of RGB (Red+Green+Blue) = 200+4+126=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8047E is #37FB81. Grayscale: #4C4C4C. Windows color (decimal): -3668866 or 8258760. OLE color: 8258760.

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

Color convert

RGB2004126-
CMYK00.980.370.22
HSL322.65º96.08%40%-
HSV(B)322.65º98%78.43%-
XYZ27.6313.8720.96-
YUV76.51155.93216.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.61%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=60.61%
G=1.21%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200412600.980.370.22322.6596.0840
HexC847E06225161436028
Octal31041760142452650314050
Binary11001000100111111001100010100101101101010000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8047E; }

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

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

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

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

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

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

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

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