#C81E8A

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

Shades of Medium Violet Red #C81E8A

Tints of Medium Violet Red #C81E8A

Color information

#C81E8A (or 0xC81E8A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1E and 8A. RGB value is (200,30,138). Sum of RGB (Red+Green+Blue) = 200+30+138=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E8A is #37E175. Grayscale: #5C5C5C. Windows color (decimal): -3662198 or 9051848. OLE color: 9051848.

HSL color Cylindrical-coordinate representation of color #C81E8A: hue angle of 321.88º degrees, saturation: 0.74, 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 #C81E8A is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB20030138-
CMYK00.850.310.22
HSL321.88º73.91%45.1%-
HSV(B)321.88º85%78.43%-
XYZ28.8715.0425.43-
YUV93.14153.32204.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=54.35%
G=8.15%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003013800.850.310.22321.8873.9145.1
HexC81E8A0551F161424a2d
Octal310362120125372650211255
Binary1100100011110100010100101010111111101101010000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81E8A; }

 p { color: rgb(200,30,138); }

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

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

 a { background-color: rgb(200,30,138); }

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

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

 span { border-color: rgb(200,30,138); }

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