Html Css Color HEX #C2198C Medium Violet Red

📋 copy color: '#C2198C'

red 194 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #C2198C

Tints of Medium Violet Red #C2198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 54.04%
G = 6.96%
B = 39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2198C (or 0xC2198C) is known color: Medium Violet Red. HEX triplet: C2, 19 and 8C. RGB value is (194,25,140). Sum of RGB (Red+Green+Blue) = 194+25+140=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2198C is #3DE673. Grayscale: #585858. Windows color (decimal): -4056692 or 9181634. OLE color: 9181634.

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

Color convert

RGB 194 25 140 -
CMYK 0 0.87 0.28 0.24
HSL 319.17º 0.77% 0.43% -
HSV(B) 319.17º 0.87% 0.76% -
XYZ 27.33 14.06 26.08 -
YUV 88.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 194 25 140 0 0.87 0.28 0.24 319.17 0.77 0.43
Hex C2 19 8C 0 57 1C 18 13F 4D 2B
Octal 302 31 214 0 127 34 30 477 115 53
Binary 11000010 11001 10001100 0 1010111 11100 11000 100111111 1001101 101011

Color Harmonies of #C2198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2198C

Black with #C2198C

Text Example


Text Example

White with #C2198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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