Html Css Color HEX #C1129B Medium Violet Red

📋 copy color: '#C1129B'

red 193 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #C1129B

Tints of Medium Violet Red #C1129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 52.73%
G = 4.92%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1129B (or 0xC1129B) is known color: Medium Violet Red. HEX triplet: C1, 12 and 9B. RGB value is (193,18,155). Sum of RGB (Red+Green+Blue) = 193+18+155=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129B is #3EED64. Grayscale: #555555. Windows color (decimal): -4124005 or 10162881. OLE color: 10162881.

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

Color convert

RGB 193 18 155 -
CMYK 0 0.91 0.20 0.24
HSL 313.03º 0.83% 0.41% -
HSV(B) 313.03º 0.91% 0.76% -
XYZ 28.13 14.14 32.26 -
YUV 85.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 193 18 155 0 0.91 0.20 0.24 313.03 0.83 0.41
Hex C1 12 9B 0 5B 14 18 139 53 29
Octal 301 22 233 0 133 24 30 471 123 51
Binary 11000001 10010 10011011 0 1011011 10100 11000 100111001 1010011 101001

Color Harmonies of #C1129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1129B

Black with #C1129B

Text Example


Text Example

White with #C1129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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