Html Css Color HEX #C2228C Medium Violet Red

📋 copy color: '#C2228C'

red 194 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #C2228C

Tints of Medium Violet Red #C2228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 52.72%
G = 9.24%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2228C (or 0xC2228C) is known color: Medium Violet Red. HEX triplet: C2, 22 and 8C. RGB value is (194,34,140). Sum of RGB (Red+Green+Blue) = 194+34+140=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2228C is #3DDD73. Grayscale: #5D5D5D. Windows color (decimal): -4054388 or 9183938. OLE color: 9183938.

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

Color convert

RGB 194 34 140 -
CMYK 0 0.82 0.28 0.24
HSL 320.25º 0.7% 0.45% -
HSV(B) 320.25º 0.82% 0.76% -
XYZ 27.55 14.51 26.16 -
YUV 93.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 194 34 140 0 0.82 0.28 0.24 320.25 0.7 0.45
Hex C2 22 8C 0 52 1C 18 140 46 2D
Octal 302 42 214 0 122 34 30 500 106 55
Binary 11000010 100010 10001100 0 1010010 11100 11000 101000000 1000110 101101

Color Harmonies of #C2228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2228C

Black with #C2228C

Text Example


Text Example

White with #C2228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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