#C3226D

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

Shades of Medium Violet Red #C3226D

Tints of Medium Violet Red #C3226D

Color information

#C3226D (or 0xC3226D) is unknown color: approx Medium Violet Red. HEX triplet: C3, 22 and 6D. RGB value is (195,34,109). Sum of RGB (Red+Green+Blue) = 195+34+109=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3226D is #3CDD92. Grayscale: #5A5A5A. Windows color (decimal): -3988883 or 7152323. OLE color: 7152323.

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

Color convert

RGB19534109-
CMYK00.830.440.24
HSL332.05º70.31%44.9%-
HSV(B)332.05º82.56%76.47%-
XYZ25.8413.8515.78-
YUV90.69138.34202.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 34 (13.67% from 255) = 10.06%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=57.69%
G=10.06%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953410900.830.440.24332.0570.3144.9
HexC3226D0532C1814c462d
Octal303421550123543051410655
Binary11000011100010110110101010011101100110001010011001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3226D; }

 p { color: rgb(195,34,109); }

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

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

 a { background-color: rgb(195,34,109); }

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

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

 span { border-color: rgb(195,34,109); }

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