#C41BA6

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

Shades of Medium Violet Red #C41BA6

Tints of Medium Violet Red #C41BA6

Color information

#C41BA6 (or 0xC41BA6) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1B and A6. RGB value is (196,27,166). Sum of RGB (Red+Green+Blue) = 196+27+166=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA6 is #3BE459. Grayscale: #5C5C5C. Windows color (decimal): -3925082 or 10886084. OLE color: 10886084.

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

Color convert

RGB19627166-
CMYK00.860.150.23
HSL310.65º75.78%43.73%-
HSV(B)310.65º86.22%76.86%-
XYZ30.0415.2737.44-
YUV93.38168.99201.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 27 (10.94% from 255) = 6.94%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=50.39%
G=6.94%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962716600.860.150.23310.6575.7843.73
HexC41BA6056F171374c2c
Octal304332460126172746711454
Binary110001001101110100110010101101111101111001101111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41BA6; }

 p { color: rgb(196,27,166); }

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

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

 a { background-color: rgb(196,27,166); }

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

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

 span { border-color: rgb(196,27,166); }

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