#C4226F

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

Shades of Medium Violet Red #C4226F

Tints of Medium Violet Red #C4226F

Color information

#C4226F (or 0xC4226F) is unknown color: approx Medium Violet Red. HEX triplet: C4, 22 and 6F. RGB value is (196,34,111). Sum of RGB (Red+Green+Blue) = 196+34+111=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4226F is #3BDD90. Grayscale: #5B5B5B. Windows color (decimal): -3923345 or 7283396. OLE color: 7283396.

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

Color convert

RGB19634111-
CMYK00.830.430.23
HSL331.48º70.43%45.1%-
HSV(B)331.48º82.65%76.86%-
XYZ26.2114.0316.37-
YUV91.22139.17202.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.48%
GREEN value IS 34 (13.67% from 255) = 9.97%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=57.48%
G=9.97%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963411100.830.430.23331.4870.4345.1
HexC4226F0532B1714b462d
Octal304421570123532751310655
Binary11000100100010110111101010011101011101111010010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4226F; }

 p { color: rgb(196,34,111); }

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

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

 a { background-color: rgb(196,34,111); }

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

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

 span { border-color: rgb(196,34,111); }

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