Html Css Color HEX #C1149A Medium Violet Red

📋 copy color: '#C1149A'

red 193 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C1149A

Tints of Medium Violet Red #C1149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 52.59%
G = 5.45%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1149A (or 0xC1149A) is known color: Medium Violet Red. HEX triplet: C1, 14 and 9A. RGB value is (193,20,154). Sum of RGB (Red+Green+Blue) = 193+20+154=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1149A is #3EEB65. Grayscale: #565656. Windows color (decimal): -4123494 or 10097857. OLE color: 10097857.

HSL color Cylindrical-coordinate representation of color #C1149A: hue angle of 313.53º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1149A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 154 -
CMYK 0 0.90 0.20 0.24
HSL 313.53º 0.81% 0.42% -
HSV(B) 313.53º 0.9% 0.76% -
XYZ 28.08 14.17 31.83 -
YUV 87 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 193 20 154 0 0.90 0.20 0.24 313.53 0.81 0.42
Hex C1 14 9A 0 5A 14 18 13A 51 2A
Octal 301 24 232 0 132 24 30 472 121 52
Binary 11000001 10100 10011010 0 1011010 10100 11000 100111010 1010001 101010

Color Harmonies of #C1149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1149A

Black with #C1149A

Text Example


Text Example

White with #C1149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1149A; }

 p { color: rgb(193,20,154); }

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

background-color css

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

 a { background-color: rgb(193,20,154); }

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

border-color css

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

 span { border-color: rgb(193,20,154); }

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