Html Css Color HEX #C2228D Medium Violet Red

📋 copy color: '#C2228D'

red 194 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #C2228D

Tints of Medium Violet Red #C2228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

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

R = 52.57%
G = 9.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2228D (or 0xC2228D) is known color: Medium Violet Red. HEX triplet: C2, 22 and 8D. RGB value is (194,34,141). Sum of RGB (Red+Green+Blue) = 194+34+141=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2228D is #3DDD72. Grayscale: #5D5D5D. Windows color (decimal): -4054387 or 9249474. OLE color: 9249474.

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

Color convert

RGB 194 34 141 -
CMYK 0 0.82 0.27 0.24
HSL 319.88º 0.7% 0.45% -
HSV(B) 319.88º 0.82% 0.76% -
XYZ 27.63 14.54 26.55 -
YUV 94.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 194 34 141 0 0.82 0.27 0.24 319.88 0.7 0.45
Hex C2 22 8D 0 52 1B 18 140 46 2D
Octal 302 42 215 0 122 33 30 500 106 55
Binary 11000010 100010 10001101 0 1010010 11011 11000 101000000 1000110 101101

Color Harmonies of #C2228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2228D

Black with #C2228D

Text Example


Text Example

White with #C2228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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