Html Css Color HEX #C1209E Medium Violet Red

📋 copy color: '#C1209E'

red 193 ◦ green 32 ◦ blue 158

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

Shades of Medium Violet Red #C1209E

Tints of Medium Violet Red #C1209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 50.39%
G = 8.36%
B = 41.25%

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

#C1209E (or 0xC1209E) is known color: Medium Violet Red. HEX triplet: C1, 20 and 9E. RGB value is (193,32,158). Sum of RGB (Red+Green+Blue) = 193+32+158=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1209E is #3EDF61. Grayscale: #5E5E5E. Windows color (decimal): -4120418 or 10363073. OLE color: 10363073.

HSL color Cylindrical-coordinate representation of color #C1209E: hue angle of 313.04º degrees, saturation: 0.72, 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 #C1209E is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 158 -
CMYK 0 0.83 0.18 0.24
HSL 313.04º 0.72% 0.44% -
HSV(B) 313.04º 0.83% 0.76% -
XYZ 28.68 14.84 33.7 -
YUV 94.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 193 32 158 0 0.83 0.18 0.24 313.04 0.72 0.44
Hex C1 20 9E 0 53 12 18 139 48 2C
Octal 301 40 236 0 123 22 30 471 110 54
Binary 11000001 100000 10011110 0 1010011 10010 11000 100111001 1001000 101100

Color Harmonies of #C1209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1209E

Black with #C1209E

Text Example


Text Example

White with #C1209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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