Html Css Color HEX #C11382 Medium Violet Red

📋 copy color: '#C11382'

red 193 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #C11382

Tints of Medium Violet Red #C11382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 56.43%
G = 5.56%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C11382 (or 0xC11382) is known color: Medium Violet Red. HEX triplet: C1, 13 and 82. RGB value is (193,19,130). Sum of RGB (Red+Green+Blue) = 193+19+130=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11382 is #3EEC7D. Grayscale: #535353. Windows color (decimal): -4123774 or 8524737. OLE color: 8524737.

HSL color Cylindrical-coordinate representation of color #C11382: hue angle of 321.72º degrees, saturation: 0.82, 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 #C11382 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 130 -
CMYK 0 0.90 0.33 0.24
HSL 321.72º 0.82% 0.42% -
HSV(B) 321.72º 0.9% 0.76% -
XYZ 26.25 13.41 22.32 -
YUV 83.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 193 19 130 0 0.90 0.33 0.24 321.72 0.82 0.42
Hex C1 13 82 0 5A 21 18 142 52 2A
Octal 301 23 202 0 132 41 30 502 122 52
Binary 11000001 10011 10000010 0 1011010 100001 11000 101000010 1010010 101010

Color Harmonies of #C11382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11382

Black with #C11382

Text Example


Text Example

White with #C11382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11382; }

 p { color: rgb(193,19,130); }

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

background-color css

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

 a { background-color: rgb(193,19,130); }

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

border-color css

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

 span { border-color: rgb(193,19,130); }

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