#C22685

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

Shades of Medium Red Violet #C22685

Tints of Medium Red Violet #C22685

Color information

#C22685 (or 0xC22685) is unknown color: approx Medium Red Violet. HEX triplet: C2, 26 and 85. RGB value is (194,38,133). Sum of RGB (Red+Green+Blue) = 194+38+133=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C22685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22685 is #3DD97A. Grayscale: #5F5F5F. Windows color (decimal): -4053371 or 8726210. OLE color: 8726210.

HSL color Cylindrical-coordinate representation of color #C22685: hue angle of 323.46º 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 #C22685 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19438133-
CMYK00.800.310.24
HSL323.46º67.24%45.49%-
HSV(B)323.46º80.41%76.08%-
XYZ27.1714.5523.57-
YUV95.47149.18198.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=53.15%
G=10.41%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943813300.800.310.24323.4667.2445.49
HexC226850501F18143432d
Octal302462050120373050310355
Binary11000010100110100001010101000011111110001010000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22685; }

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

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

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

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

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

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

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

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