Html Css Color HEX #C2218C Medium Violet Red

📋 copy color: '#C2218C'

red 194 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #C2218C

Tints of Medium Violet Red #C2218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 52.86%
G = 8.99%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2218C (or 0xC2218C) is known color: Medium Violet Red. HEX triplet: C2, 21 and 8C. RGB value is (194,33,140). Sum of RGB (Red+Green+Blue) = 194+33+140=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2218C is #3DDE73. Grayscale: #5D5D5D. Windows color (decimal): -4054644 or 9183682. OLE color: 9183682.

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

Color convert

RGB 194 33 140 -
CMYK 0 0.83 0.28 0.24
HSL 320.12º 0.71% 0.45% -
HSV(B) 320.12º 0.83% 0.76% -
XYZ 27.53 14.45 26.15 -
YUV 93.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 194 33 140 0 0.83 0.28 0.24 320.12 0.71 0.45
Hex C2 21 8C 0 53 1C 18 140 47 2D
Octal 302 41 214 0 123 34 30 500 107 55
Binary 11000010 100001 10001100 0 1010011 11100 11000 101000000 1000111 101101

Color Harmonies of #C2218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2218C

Black with #C2218C

Text Example


Text Example

White with #C2218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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