Html Css Color HEX #C1219E Medium Violet Red

📋 copy color: '#C1219E'

red 193 ◦ green 33 ◦ blue 158

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

Shades of Medium Violet Red #C1219E

Tints of Medium Violet Red #C1219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 50.26%
G = 8.59%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1219E (or 0xC1219E) is known color: Medium Violet Red. HEX triplet: C1, 21 and 9E. RGB value is (193,33,158). Sum of RGB (Red+Green+Blue) = 193+33+158=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1219E is #3EDE61. Grayscale: #5E5E5E. Windows color (decimal): -4120162 or 10363329. OLE color: 10363329.

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

Color convert

RGB 193 33 158 -
CMYK 0 0.83 0.18 0.24
HSL 313.13º 0.71% 0.44% -
HSV(B) 313.13º 0.83% 0.76% -
XYZ 28.71 14.89 33.71 -
YUV 95.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 193 33 158 0 0.83 0.18 0.24 313.13 0.71 0.44
Hex C1 21 9E 0 53 12 18 139 47 2C
Octal 301 41 236 0 123 22 30 471 107 54
Binary 11000001 100001 10011110 0 1010011 10010 11000 100111001 1000111 101100

Color Harmonies of #C1219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1219E

Black with #C1219E

Text Example


Text Example

White with #C1219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1219E; }

 p { color: rgb(193,33,158); }

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

background-color css

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

 a { background-color: rgb(193,33,158); }

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

border-color css

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

 span { border-color: rgb(193,33,158); }

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