#C81A9B

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

Shades of Medium Violet Red #C81A9B

Tints of Medium Violet Red #C81A9B

Color information

#C81A9B (or 0xC81A9B) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1A and 9B. RGB value is (200,26,155). Sum of RGB (Red+Green+Blue) = 200+26+155=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A9B is #37E564. Grayscale: #5C5C5C. Windows color (decimal): -3663205 or 10164936. OLE color: 10164936.

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

Color convert

RGB20026155-
CMYK00.870.220.22
HSL315.52º76.99%44.31%-
HSV(B)315.52º87%78.43%-
XYZ30.1115.3832.39-
YUV92.73163.15204.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=52.49%
G=6.82%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002615500.870.220.22315.5276.9944.31
HexC81A9B057161613c4d2c
Octal310322330127262647411554
Binary1100100011010100110110101011110110101101001111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A9B; }

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

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

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

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

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

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

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

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