#c800a4

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

Shades of Medium Violet Red #C800A4

Tints of Medium Violet Red #C800A4

Color information

#C800A4 (or 0xC800A4) is unknown color: approx Medium Violet Red. HEX triplet: C8, 00 and A4. RGB value is (200,0,164). Sum of RGB (Red+Green+Blue) = 200+0+164=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C800A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800A4 is #37FF5B. Grayscale: #4E4E4E. Windows color (decimal): -3669852 or 10748104. OLE color: 10748104.

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

Color convert

RGB2000164-
CMYK010.180.22
HSL310.8º100%39.22%-
HSV(B)310.8º100%78.43%-
XYZ30.5214.9636.4-
YUV78.5176.26214.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=54.95%
G=0%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2000164010.180.22310.810039.22
HexC80A406412161376427
Octal31002440144222646714447
Binary110010000101001000110010010010101101001101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c800a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c800a4; }

 p { color: rgb(200,0,164); }

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

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

 a { background-color: rgb(200,0,164); }

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

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

 span { border-color: rgb(200,0,164); }

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