#C81A6E

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

Shades of Medium Violet Red #C81A6E

Tints of Medium Violet Red #C81A6E

Color information

#C81A6E (or 0xC81A6E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1A and 6E. RGB value is (200,26,110). Sum of RGB (Red+Green+Blue) = 200+26+110=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A6E is #37E591. Grayscale: #575757. Windows color (decimal): -3663250 or 7215816. OLE color: 7215816.

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

Color convert

RGB20026110-
CMYK00.870.450.22
HSL331.03º76.99%44.31%-
HSV(B)331.03º87%78.43%-
XYZ2714.1416.06-
YUV87.6140.65208.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.52%
GREEN value IS 26 (10.55% from 255) = 7.74%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=59.52%
G=7.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002611000.870.450.22331.0376.9944.31
HexC81A6E0572D1614b4d2c
Octal310321560127552651311554
Binary1100100011010110111001010111101101101101010010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A6E; }

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

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

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

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

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

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

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

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