#C8126E

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

Shades of Medium Violet Red #C8126E

Tints of Medium Violet Red #C8126E

Color information

#C8126E (or 0xC8126E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 12 and 6E. RGB value is (200,18,110). Sum of RGB (Red+Green+Blue) = 200+18+110=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8126E is #37ED91. Grayscale: #525252. Windows color (decimal): -3665298 or 7213768. OLE color: 7213768.

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

Color convert

RGB20018110-
CMYK00.910.450.22
HSL329.67º83.49%42.75%-
HSV(B)329.67º91%78.43%-
XYZ26.8513.8416.01-
YUV82.91143.3211.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=60.98%
G=5.49%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001811000.910.450.22329.6783.4942.75
HexC8126E05B2D1614a532b
Octal310221560133552651212353
Binary1100100010010110111001011011101101101101010010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8126E; }

 p { color: rgb(200,18,110); }

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

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

 a { background-color: rgb(200,18,110); }

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

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

 span { border-color: rgb(200,18,110); }

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