#C8147A

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

Shades of Medium Violet Red #C8147A

Tints of Medium Violet Red #C8147A

Color information

#C8147A (or 0xC8147A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 14 and 7A. RGB value is (200,20,122). Sum of RGB (Red+Green+Blue) = 200+20+122=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8147A is #37EB85. Grayscale: #555555. Windows color (decimal): -3664774 or 8000712. OLE color: 8000712.

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

Color convert

RGB20020122-
CMYK00.90.390.22
HSL326º81.82%43.14%-
HSV(B)326º90%78.43%-
XYZ27.5814.1819.7-
YUV85.45148.63209.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=58.48%
G=5.85%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002012200.90.390.2232681.8243.14
HexC8147A05A2716146522b
Octal310241720132472650612253
Binary1100100010100111101001011010100111101101010001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8147A; }

 p { color: rgb(200,20,122); }

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

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

 a { background-color: rgb(200,20,122); }

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

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

 span { border-color: rgb(200,20,122); }

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