#C81F7E

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

Shades of Medium Violet Red #C81F7E

Tints of Medium Violet Red #C81F7E

Color information

#C81F7E (or 0xC81F7E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1F and 7E. RGB value is (200,31,126). Sum of RGB (Red+Green+Blue) = 200+31+126=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F7E is #37E081. Grayscale: #5C5C5C. Windows color (decimal): -3661954 or 8265672. OLE color: 8265672.

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

Color convert

RGB20031126-
CMYK00.840.370.22
HSL326.27º73.16%45.29%-
HSV(B)326.27º84.5%78.43%-
XYZ28.0814.7721.11-
YUV92.36146.99204.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=56.02%
G=8.68%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003112600.840.370.22326.2773.1645.29
HexC81F7E0542516146492d
Octal310371760124452650611155
Binary1100100011111111111001010100100101101101010001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F7E; }

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

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

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

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

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

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

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

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