#C81A9E

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

Shades of Medium Violet Red #C81A9E

Tints of Medium Violet Red #C81A9E

Color information

#C81A9E (or 0xC81A9E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1A and 9E. RGB value is (200,26,158). Sum of RGB (Red+Green+Blue) = 200+26+158=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A9E is #37E561. Grayscale: #5C5C5C. Windows color (decimal): -3663202 or 10361544. OLE color: 10361544.

HSL color Cylindrical-coordinate representation of color #C81A9E: hue angle of 314.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A9E is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB20026158-
CMYK00.870.210.22
HSL314.48º76.99%44.31%-
HSV(B)314.48º87%78.43%-
XYZ30.3615.4933.74-
YUV93.07164.65204.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=52.08%
G=6.77%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002615800.870.210.22314.4876.9944.31
HexC81A9E057151613a4d2c
Octal310322360127252647211554
Binary1100100011010100111100101011110101101101001110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A9E; }

 p { color: rgb(200,26,158); }

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

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

 a { background-color: rgb(200,26,158); }

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

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

 span { border-color: rgb(200,26,158); }

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