Html Css Color HEX #C119A2 Medium Violet Red

📋 copy color: '#C119A2'

red 193 ◦ green 25 ◦ blue 162

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

Shades of Medium Violet Red #C119A2

Tints of Medium Violet Red #C119A2

RGB

 RED value IS 193 (75.78% from 255) = 50.79%

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

 BLUE value IS 162 (63.67% from 255) = 42.63%

R = 50.79%
G = 6.58%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C119A2 (or 0xC119A2) is known color: Medium Violet Red. HEX triplet: C1, 19 and A2. RGB value is (193,25,162). Sum of RGB (Red+Green+Blue) = 193+25+162=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C119A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C119A2 is #3EE65D. Grayscale: #5A5A5A. Windows color (decimal): -4122206 or 10623425. OLE color: 10623425.

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

Color convert

RGB 193 25 162 -
CMYK 0 0.87 0.16 0.24
HSL 311.07º 0.77% 0.43% -
HSV(B) 311.07º 0.87% 0.76% -
XYZ 28.86 14.64 35.49 -
YUV 90.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 193 25 162 0 0.87 0.16 0.24 311.07 0.77 0.43
Hex C1 19 A2 0 57 10 18 137 4D 2B
Octal 301 31 242 0 127 20 30 467 115 53
Binary 11000001 11001 10100010 0 1010111 10000 11000 100110111 1001101 101011

Color Harmonies of #C119A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119A2

Black with #C119A2

Text Example


Text Example

White with #C119A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119A2; }

 p { color: rgb(193,25,162); }

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

background-color css

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

 a { background-color: rgb(193,25,162); }

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

border-color css

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

 span { border-color: rgb(193,25,162); }

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