#C8047D

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

Shades of Medium Violet Red #C8047D

Tints of Medium Violet Red #C8047D

Color information

#C8047D (or 0xC8047D) is unknown color: approx Medium Violet Red. HEX triplet: C8, 04 and 7D. RGB value is (200,4,125). Sum of RGB (Red+Green+Blue) = 200+4+125=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8047D is #37FB82. Grayscale: #4C4C4C. Windows color (decimal): -3668867 or 8193224. OLE color: 8193224.

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

Color convert

RGB2004125-
CMYK00.980.380.22
HSL322.96º96.08%40%-
HSV(B)322.96º98%78.43%-
XYZ27.5613.8520.62-
YUV76.4155.43216.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=60.79%
G=1.22%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200412500.980.380.22322.9696.0840
HexC847D06226161436028
Octal31041750142462650314050
Binary11001000100111110101100010100110101101010000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8047D; }

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

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

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

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

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

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

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

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