#C81CA0

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

Shades of Medium Violet Red #C81CA0

Tints of Medium Violet Red #C81CA0

Color information

#C81CA0 (or 0xC81CA0) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1C and A0. RGB value is (200,28,160). Sum of RGB (Red+Green+Blue) = 200+28+160=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81CA0 is #37E35F. Grayscale: #5E5E5E. Windows color (decimal): -3662688 or 10493128. OLE color: 10493128.

HSL color Cylindrical-coordinate representation of color #C81CA0: hue angle of 313.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CA0 is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB20028160-
CMYK00.860.20.22
HSL313.95º75.44%44.71%-
HSV(B)313.95º86%78.43%-
XYZ30.5815.6534.67-
YUV94.48164.98203.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 28 (11.33% from 255) = 7.22%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=51.55%
G=7.22%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002816000.860.20.22313.9575.4444.71
HexC81CA0056141613a4b2d
Octal310342400126242647211355
Binary1100100011100101000000101011010100101101001110101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81CA0; }

 p { color: rgb(200,28,160); }

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

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

 a { background-color: rgb(200,28,160); }

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

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

 span { border-color: rgb(200,28,160); }

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