#C41A8B

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

Shades of Medium Violet Red #C41A8B

Tints of Medium Violet Red #C41A8B

Color information

#C41A8B (or 0xC41A8B) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1A and 8B. RGB value is (196,26,139). Sum of RGB (Red+Green+Blue) = 196+26+139=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A8B is #3BE574. Grayscale: #595959. Windows color (decimal): -3925365 or 9116356. OLE color: 9116356.

HSL color Cylindrical-coordinate representation of color #C41A8B: hue angle of 320.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A8B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19626139-
CMYK00.870.290.23
HSL320.12º76.58%43.53%-
HSV(B)320.12º86.73%76.86%-
XYZ27.7914.3425.73-
YUV89.71155.82203.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 26 (10.55% from 255) = 7.20%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=54.29%
G=7.20%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962613900.870.290.23320.1276.5843.53
HexC41A8B0571D171404d2c
Octal304322130127352750011554
Binary1100010011010100010110101011111101101111010000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A8B; }

 p { color: rgb(196,26,139); }

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

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

 a { background-color: rgb(196,26,139); }

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

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

 span { border-color: rgb(196,26,139); }

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