#C8037A

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

Shades of Medium Violet Red #C8037A

Tints of Medium Violet Red #C8037A

Color information

#C8037A (or 0xC8037A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 03 and 7A. RGB value is (200,3,122). Sum of RGB (Red+Green+Blue) = 200+3+122=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8037A is #37FC85. Grayscale: #4B4B4B. Windows color (decimal): -3669126 or 7996360. OLE color: 7996360.

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

Color convert

RGB2003122-
CMYK00.980.390.22
HSL323.76º97.04%39.8%-
HSV(B)323.76º98.5%78.43%-
XYZ27.3613.7519.62-
YUV75.47154.27216.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=61.54%
G=0.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200312200.980.390.22323.7697.0439.8
HexC837A06227161446128
Octal31031720142472650414150
Binary1100100011111101001100010100111101101010001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8037A; }

 p { color: rgb(200,3,122); }

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

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

 a { background-color: rgb(200,3,122); }

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

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

 span { border-color: rgb(200,3,122); }

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