Html Css Color HEX #C1129E Medium Violet Red

📋 copy color: '#C1129E'

red 193 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #C1129E

Tints of Medium Violet Red #C1129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 52.3%
G = 4.88%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1129E (or 0xC1129E) is known color: Medium Violet Red. HEX triplet: C1, 12 and 9E. RGB value is (193,18,158). Sum of RGB (Red+Green+Blue) = 193+18+158=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129E is #3EED61. Grayscale: #555555. Windows color (decimal): -4124002 or 10359489. OLE color: 10359489.

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

Color convert

RGB 193 18 158 -
CMYK 0 0.91 0.18 0.24
HSL 312º 0.83% 0.41% -
HSV(B) 312º 0.91% 0.76% -
XYZ 28.38 14.24 33.6 -
YUV 86.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 193 18 158 0 0.91 0.18 0.24 312 0.83 0.41
Hex C1 12 9E 0 5B 12 18 138 53 29
Octal 301 22 236 0 133 22 30 470 123 51
Binary 11000001 10010 10011110 0 1011011 10010 11000 100111000 1010011 101001

Color Harmonies of #C1129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1129E

Black with #C1129E

Text Example


Text Example

White with #C1129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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