Html Css Color HEX #C1128A Medium Violet Red

📋 copy color: '#C1128A'

red 193 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #C1128A

Tints of Medium Violet Red #C1128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 55.3%
G = 5.16%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1128A (or 0xC1128A) is known color: Medium Violet Red. HEX triplet: C1, 12 and 8A. RGB value is (193,18,138). Sum of RGB (Red+Green+Blue) = 193+18+138=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1128A is #3EED75. Grayscale: #535353. Windows color (decimal): -4124022 or 9048769. OLE color: 9048769.

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

Color convert

RGB 193 18 138 -
CMYK 0 0.91 0.28 0.24
HSL 318.86º 0.83% 0.41% -
HSV(B) 318.86º 0.91% 0.76% -
XYZ 26.8 13.61 25.26 -
YUV 84.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 193 18 138 0 0.91 0.28 0.24 318.86 0.83 0.41
Hex C1 12 8A 0 5B 1C 18 13F 53 29
Octal 301 22 212 0 133 34 30 477 123 51
Binary 11000001 10010 10001010 0 1011011 11100 11000 100111111 1010011 101001

Color Harmonies of #C1128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1128A

Black with #C1128A

Text Example


Text Example

White with #C1128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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