#C8108A

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

Shades of Medium Violet Red #C8108A

Tints of Medium Violet Red #C8108A

Color information

#C8108A (or 0xC8108A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 10 and 8A. RGB value is (200,16,138). Sum of RGB (Red+Green+Blue) = 200+16+138=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C8108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8108A is #37EF75. Grayscale: #545454. Windows color (decimal): -3665782 or 9048264. OLE color: 9048264.

HSL color Cylindrical-coordinate representation of color #C8108A: hue angle of 320.22º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8108A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB20016138-
CMYK00.920.310.22
HSL320.22º85.19%42.35%-
HSV(B)320.22º92%78.43%-
XYZ28.5914.4825.33-
YUV84.92157.96210.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.50%
GREEN value IS 16 (6.64% from 255) = 4.52%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=56.50%
G=4.52%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001613800.920.310.22320.2285.1942.35
HexC8108A05C1F16140552a
Octal310202120134372650012552
Binary1100100010000100010100101110011111101101010000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8108A; }

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

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

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

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

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

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

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

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