#C226A4

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

Shades of Medium Red Violet #C226A4

Tints of Medium Red Violet #C226A4

Color information

#C226A4 (or 0xC226A4) is unknown color: approx Medium Red Violet. HEX triplet: C2, 26 and A4. RGB value is (194,38,164). Sum of RGB (Red+Green+Blue) = 194+38+164=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C226A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226A4 is #3DD95B. Grayscale: #626262. Windows color (decimal): -4053340 or 10757826. OLE color: 10757826.

HSL color Cylindrical-coordinate representation of color #C226A4: hue angle of 311.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226A4 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19438164-
CMYK00.800.150.24
HSL311.54º67.24%45.49%-
HSV(B)311.54º80.41%76.08%-
XYZ29.6415.5436.56-
YUV99.01164.68195.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 38 (15.23% from 255) = 9.60%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=48.99%
G=9.60%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943816400.800.150.24311.5467.2445.49
HexC226A4050F18138432d
Octal302462440120173047010355
Binary1100001010011010100100010100001111110001001110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C226A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C226A4; }

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

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

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

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

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

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

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

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