#c419ab

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

Shades of Medium Violet Red #C419AB

Tints of Medium Violet Red #C419AB

Color information

#C419AB (or 0xC419AB) is unknown color: approx Medium Violet Red. HEX triplet: C4, 19 and AB. RGB value is (196,25,171). Sum of RGB (Red+Green+Blue) = 196+25+171=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AB is #3BE654. Grayscale: #5C5C5C. Windows color (decimal): -3925589 or 11213252. OLE color: 11213252.

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

Color convert

RGB19625171-
CMYK00.870.130.23
HSL308.77º77.38%43.33%-
HSV(B)308.77º87.24%76.86%-
XYZ30.4615.3739.89-
YUV92.77172.15201.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 6.38%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=50%
G=6.38%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962517100.870.130.23308.7777.3843.33
HexC419AB057D171354d2b
Octal304312530127152746511553
Binary110001001100110101011010101111101101111001101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c419ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c419ab; }

 p { color: rgb(196,25,171); }

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

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

 a { background-color: rgb(196,25,171); }

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

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

 span { border-color: rgb(196,25,171); }

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