#c2288b

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

Shades of Medium Red Violet #C2288B

Tints of Medium Red Violet #C2288B

Color information

#C2288B (or 0xC2288B) is unknown color: approx Medium Red Violet. HEX triplet: C2, 28 and 8B. RGB value is (194,40,139). Sum of RGB (Red+Green+Blue) = 194+40+139=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2288B is #3DD774. Grayscale: #616161. Windows color (decimal): -4052853 or 9119938. OLE color: 9119938.

HSL color Cylindrical-coordinate representation of color #C2288B: hue angle of 321.43º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2288B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19440139-
CMYK00.790.280.24
HSL321.43º65.81%45.88%-
HSV(B)321.43º79.38%76.08%-
XYZ27.6714.8525.83-
YUV97.33151.52196.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 40 (16.02% from 255) = 10.72%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=52.01%
G=10.72%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944013900.790.280.24321.4365.8145.88
HexC2288B04F1C18141422e
Octal302502130117343050110256
Binary11000010101000100010110100111111100110001010000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2288b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2288b; }

 p { color: rgb(194,40,139); }

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

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

 a { background-color: rgb(194,40,139); }

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

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

 span { border-color: rgb(194,40,139); }

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