Html Css Color HEX #C219A9 Medium Violet Red

📋 copy color: '#C219A9'

red 194 ◦ green 25 ◦ blue 169

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

Shades of Medium Violet Red #C219A9

Tints of Medium Violet Red #C219A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.56%

R = 50%
G = 6.44%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C219A9 (or 0xC219A9) is known color: Medium Violet Red. HEX triplet: C2, 19 and A9. RGB value is (194,25,169). Sum of RGB (Red+Green+Blue) = 194+25+169=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C219A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219A9 is #3DE656. Grayscale: #5B5B5B. Windows color (decimal): -4056663 or 11082178. OLE color: 11082178.

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

Color convert

RGB 194 25 169 -
CMYK 0 0.87 0.13 0.24
HSL 308.88º 0.77% 0.43% -
HSV(B) 308.88º 0.87% 0.76% -
XYZ 29.76 15.03 38.87 -
YUV 91.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 194 25 169 0 0.87 0.13 0.24 308.88 0.77 0.43
Hex C2 19 A9 0 57 D 18 135 4D 2B
Octal 302 31 251 0 127 15 30 465 115 53
Binary 11000010 11001 10101001 0 1010111 1101 11000 100110101 1001101 101011

Color Harmonies of #C219A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219A9

Black with #C219A9

Text Example


Text Example

White with #C219A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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