#C426A4

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

Shades of Medium Violet Red #C426A4

Tints of Medium Violet Red #C426A4

Color information

#C426A4 (or 0xC426A4) is unknown color: approx Medium Violet Red. HEX triplet: C4, 26 and A4. RGB value is (196,38,164). Sum of RGB (Red+Green+Blue) = 196+38+164=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C426A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426A4 is #3BD95B. Grayscale: #636363. Windows color (decimal): -3922268 or 10757828. OLE color: 10757828.

HSL color Cylindrical-coordinate representation of color #C426A4: hue angle of 312.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426A4 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19638164-
CMYK00.810.160.23
HSL312.15º67.52%45.88%-
HSV(B)312.15º80.61%76.86%-
XYZ30.1615.836.58-
YUV99.61164.35196.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 38 (15.23% from 255) = 9.55%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=49.25%
G=9.55%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963816400.810.160.23312.1567.5245.88
HexC426A40511017138442e
Octal304462440121202747010456
Binary11000100100110101001000101000110000101111001110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C426A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C426A4; }

 p { color: rgb(196,38,164); }

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

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

 a { background-color: rgb(196,38,164); }

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

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

 span { border-color: rgb(196,38,164); }

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