#C81FA5

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

Shades of Medium Violet Red #C81FA5

Tints of Medium Violet Red #C81FA5

Color information

#C81FA5 (or 0xC81FA5) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1F and A5. RGB value is (200,31,165). Sum of RGB (Red+Green+Blue) = 200+31+165=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FA5 is #37E05A. Grayscale: #606060. Windows color (decimal): -3661915 or 10821576. OLE color: 10821576.

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

Color convert

RGB20031165-
CMYK00.840.180.22
HSL312.43º73.16%45.29%-
HSV(B)312.43º84.5%78.43%-
XYZ31.115.9837.04-
YUV96.81166.49201.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 31 (12.5% from 255) = 7.83%
BLUE value IS 165 (64.84% from 255) = 41.67%
R=50.51%
G=7.83%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003116500.840.180.22312.4373.1645.29
HexC81FA50541216138492d
Octal310372450124222647011155
Binary1100100011111101001010101010010010101101001110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81FA5; }

 p { color: rgb(200,31,165); }

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

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

 a { background-color: rgb(200,31,165); }

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

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

 span { border-color: rgb(200,31,165); }

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