Html Css Color HEX #C2288D Medium Red Violet

📋 copy color: '#C2288D'

red 194 ◦ green 40 ◦ blue 141

#C2288D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C2288D

Tints of Medium Red Violet #C2288D

RGB

 RED value IS 194 (76.17% from 255) = 51.73%

 GREEN value IS 40 (16.02% from 255) = 10.67%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 51.73%
G = 10.67%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2288D (or 0xC2288D) is known color: Medium Red Violet. HEX triplet: C2, 28 and 8D. RGB value is (194,40,141). Sum of RGB (Red+Green+Blue) = 194+40+141=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2288D is #3DD772. Grayscale: #616161. Windows color (decimal): -4052851 or 9251010. OLE color: 9251010.

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

Color convert

RGB 194 40 141 -
CMYK 0 0.79 0.27 0.24
HSL 320.65º 0.66% 0.46% -
HSV(B) 320.65º 0.79% 0.76% -
XYZ 27.81 14.91 26.61 -
YUV 97.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 194 40 141 0 0.79 0.27 0.24 320.65 0.66 0.46
Hex C2 28 8D 0 4F 1B 18 141 42 2E
Octal 302 50 215 0 117 33 30 501 102 56
Binary 11000010 101000 10001101 0 1001111 11011 11000 101000001 1000010 101110

Color Harmonies of #C2288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2288D

Black with #C2288D

Text Example


Text Example

White with #C2288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2288D; }

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

 H1.HeaderClassName
 {
   color: #C2288D;
 }
 .AnyTagClassName
 {
   color: #C2288D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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